Can anyone point me to a command-line tool or Python module that measures the amount of clipping in an audio file? For example something comparable to http://www.ber-sd.com/dl_clipping.html.

有帮助吗?

解决方案

I ended up using:

sox testt.wav -n stats

Where the value Pk count returns the amount of clipping.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top