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.
我想创建一个应用程序来测量 iPad 上的声音输入。
用户必须对着 iPad 麦克风尖叫,然后仪表会显示尖叫声级。所以我将不得不获取麦克风音量并在仪表上显示值。
你可以使用AVAudioRecorder它。看看这个教程:教程:检测用户何时对麦克风吹气
AVAudioRecorder
在Apple 的文档中,重点关注:
使用音频电平表
meteringEnabled
updateMeters
peakPowerForChannel:
averagePowerForChannel: