Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
developer.apple から MixerHost のサンプルを取得しましたが、そのミックス サウンドを別のオーディオ ファイルに保存したいのですが、誰か助けてくれますか?
EXTAudioFileWriteASync を使用して、IOBuffer の内容をオーディオ ファイル オブジェクトに書き込みます。これは、レンダー コールバックで実行できます。
完了したら、ExtAudioFileCreateWithURL を使用してオーディオをディスクに保存します。