문제

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