gpt4 book ai didi

objective-c - 是否可以从iOS应用程序中的麦克风获得声压?

转载 作者:行者123 更新时间:2023-12-03 02:23:33 25 4
gpt4 key购买 nike

有没有办法从设备的麦克风(尽可能精确)获取声压(以μPa为单位)或声压级(以dB为单位)?

我曾想过将AVAudioRecorderfile:///dev/null用作URL,但是我找不到返回当前声压(级别)的方法。

任何帮助表示赞赏。

最佳答案

也许是这样(在iphone开发论坛中找到):

[avRecorder updateMeters];
float level = [avRecorder peakPowerForChannel:0];

关于objective-c - 是否可以从iOS应用程序中的麦克风获得声压?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8546439/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com