我可以将麦克风检测值设置在分贝范围 0.0 到 120.0 之间吗

发布于 2024-09-13 03:40:07 字数 122 浏览 4 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久而酒知 2024-09-20 03:40:07

根据普遍共识,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文