我可以将麦克风检测值设置在分贝范围 0.0 到 120.0 之间吗
现在我正在使用 AVAudioPlayer 类。 但我仍然没有得到正确的分贝值。 有任何方法可以获取分贝范围 0.0 到 120.0 的值(而不是 -0.0 到 -120)。
如果是的话请告诉我一些身体......
Now I m using the class AVAudioPlayer .
But still i m not getting right value in decibel.
there is any way to get the value in decibel range 0.0 to 120.0 (not in -0.0 to -120).
if yes then plz tell me some body....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据普遍共识,0dB 被认为是最大振幅或 SPL,因此通常振幅以负分贝为单位。由于分贝是对数单位(+10 dB 表示因子 2),因此您不能以任何有意义的方式将 0dB 定义为“无声”。
0dB is, by general consensus, considered the maximum amplitude or SPL, so usually, amplitudes are given in negative decibels. Because decibels are a logarithmic unit (+10 dB means a factor of 2), you cannot define 0dB as 'silent' in any meaningful way.