开发者

Python : I want to know the frequency of a wav file per millisecond

I understood my earlier question but this just happened

How do I find the frequency of a wav file 开发者_如何学JAVAper millisecond ???


import wave
f = wave.open( 'test.wav' )
f.getframerate()

Look at the docs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜