![]() |
Other modules for reading audio files? - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Other modules for reading audio files? (/thread-25291.html) |
Other modules for reading audio files? - jedzz - Mar-25-2020 I need some recommendations for modules that I can use for analysing audio files (I don't need it to work with a specific file type); I'm specifically looking for something that could return several values with considerable variation in different files. What I mean is I need parameters like duration or nframes that are almost always different, unlike samplerate or channels. Already tried wave, audioop and audioread and I'm curious if there's anything more worth checking out. |