carlthome / python-audio-effects

Apply audio effects such as reverb and EQ directly to audio files or NumPy ndarrays.
MIT License
381 stars 52 forks source link

[Feature Request] Can you please add mp3, ogg & opus support ? #1

Closed AnasAboreeda closed 7 years ago

carlthome commented 7 years ago

Yes, sure. Do you need a Python wrapper too, you mean?

AnasAboreeda commented 7 years ago

Not now, as I moved to use FFmpeg for now, but I know I will need it.

carlthome commented 7 years ago

If you only need transcoding I think ffmpeg is a better dependency than sox (more lightweight).

Or for Python resampling, perhaps this could be useful.

I'm looking into sox for DSP like reverb and compression mostly. I actually aim to focus this repo towards audio effects chains (perhaps with streaming, but initially only offline usage).

AnasAboreeda commented 7 years ago

I see! Thanks and good luck! 👍 😉