Ola !
I was writing the mixer/dj soft. I managed to decode mp3s.
I am looking for a better way to apply pitch / time stretching.
Currently I re-encode the wav data using a different sample rate.
It works fine for wav files but for mp3s it gives problems when both players are playing, I seem to be too much procesing to re-encode on the fly. I need help with some buffering algorithm of something.
I can post the source code for those interested.
Help out fella's