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.
Mac OS Xに付属していないライブラリやプログラムを使用せずに、CocoaでプログラムでAAC / m4a形式に変換および/またはエンコードする方法はありますか?
エンコードを行うために、たとえばfaacやffmpegを使用したくありません。
もう 1 つの方法は Core Audio です。非常に簡単な方法は、NSTask を使用して起動できる afconvert コマンド ライン ツールです。一方、Core Audio の API を直接使用すると、進行状況をユーザーに報告できる場合があります。