开发者

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

开发者 https://www.devze.com 2023-02-20 07:59 出处:网络
I understood my earlier question but this just happened How do I find the frequency of a wav file 开发者_如何学JAVAper millisecond ???import wave

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

精彩评论

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