AllenDowney / ThinkDSP

Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
https://allendowney.github.io/ThinkDSP/
3.93k stars 3.2k forks source link

file reader #51

Closed awinashjaiswal closed 5 years ago

awinashjaiswal commented 6 years ago

Hello AllenDowney, I was using your module and it is really a fabulous work done by you. But I am facing a problem like this module can't read the mp3 audio file . If you are upgrading the module please add more audio file extensions readable.

AllenDowney commented 5 years ago

Thanks for this suggestion. When I wrote the first edition I did not find a library that met my critera and could read MP3 files.

It looks like the options are still not great: https://stackoverflow.com/questions/9458480/read-mp3-in-python-3

The top recommendation is to use a stand-alone application to convert from MP3 to WAV.