how to process an audio file using python
how to process an开发者_如何学运维 audio file using python
Use an audio module.
In addition to an audio module (I've used PyAudio before FWIW), if you want to add effects or various filters (chopping out frequencies, etc), use Numpy as well; the matrix transforms there make it pretty painless to apply whatever digital filter you like.
精彩评论