I don't want to use any other apps (like sox) - I want to do this in pure Python. Installing needed Python libs is fine.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
If the WAV file is PCM-encoded then you can use |
|||
|
|
|
I maintain an open source library, pydub, which make this pretty simple
One caveat: it uses ffmpeg to handle audio format conversions, but if you only use wav it can be pure python. |
|||
|
|
