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返回裁剪量。