High level audio crossfading library for python

Posted by tcoopman on Stack Overflow See other posts from Stack Overflow or by tcoopman
Published on 2010-06-06T13:45:54Z Indexed on 2010/06/06 13:52 UTC
Read the original article Hit count: 231

Filed under:
|
|

I am looking for a high level audio library that supports crossfading for python (and that works in linux). In fact crossfading a song and saving it is about the only thing I need.

I tried pyechonest but I find it really slow. Working with multiple songs at the same time is hard on memory too (I tried to crossfade about 10 songs in one, but I got out of memory errors and my script was using 1.4Gb of memory). So now I'm looking for something else that works with python.

I have no idea if there exists anything like that, if not, are there good command line tools for this, I could write a wrapper for the tool.

© Stack Overflow or respective owner

Related posts about python

Related posts about audio