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.
音声ファイルのクリッピング量を測定するコマンドライン ツールまたは Python モジュールを教えてもらえますか? たとえば、http://www.ber-sd.com/dl_clipping.htmlに匹敵するもの。
私は最終的に使用しました:
sox testt.wav -n stats
ここで、値Pk countはクリッピングの量を返します。