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.
マイクからサウンドデータを読み取るにはどうすればよいですか?録音してからデータにアクセスしたくないのですが、サウンド入力にライブでアクセスできるようにしたいですか?
このリンクを確認してください:
http://code.google.com/p/ios-coreaudio-example/
マイクからキャプチャし、スピーカーから再生します。
マイクからのサウンド (PCM サンプル) を非常に短いメモリ バッファ (期間が数ミリ秒程度) に録音できます。これは、iOS API を使用するのと同じくらい「ライブ」に近いものです。低レイテンシの AudioUnit RemoteIO レコーディング コードの aurioTouch の例を見てください。ライブ FFT 分析と表示が行われています。