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.
マイクからのオーディオの getMaxAmplitude() を提供するコードがあります。動作しますが、値は確かに奇妙です。デシベルに変換する必要があります。どうやって?私はこの式を見つけました: double db = 20 * Math.log10(recorder.getMaxAmplitude() / 2700.0); しかし、それが正しいかどうかはわかりません。ありがとう。