如何在 Mac OS X 中以编程方式刻录音频 CD

发布于 2024-08-07 20:49:51 字数 237 浏览 4 评论 0 原文

我能找到的有关刻录 CD 的所有信息均适用于 Windows,或有关刻录 CD 的完整程序。 然而,我希望能够直接从我的程序中刻录音频 CD。

我不介意使用 Cocoa 或 Carbon,或者如果没有可用的 API 可以直接执行此操作,则使用可以使用 wav/aiff 文件作为输入的命令行程序也是可能的,如果它可以与我的应用。

因为它将用于将 dj 混音刻录到 CD,所以如果可以创建不同的轨道且轨道之间没有间隙,那就太好了。

All the info I can find about burning cd's is for Windows, or about full programs to burn cd's.
I would however like to be able to burn an Audio CD directly from within my program.

I don't mind using Cocoa or Carbon, or if there are no API's available to do this directly, using a command-line program that can use a wav/aiff file as input would be a possibility too if it can be distributed with my application.

Because it will be used to burn dj mixes to cd, it would also be great if it is possible to create different tracks without a gap between them.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遥远的绿洲 2024-08-14 20:49:51

命令:

drutil burn -audio /path/to/folder

Command:

drutil burn -audio /path/to/folder
时光礼记 2024-08-14 20:49:51

Check out the Apple-supplied drutil command. If you need more flexibility, the DiscRecording Framework is documented here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文