new AudioEffect | processing pcm audio data
Hi
I am looking for a way to add a custom audio effect in the media pipeline either Phonon or QtMultimedia.
What I want to do is read from different files (wav, mp3, ogg, etc) and get pcm data that I can process and give it to some output.
I can't figure it out how to read plain data to a QIODevice - probably there will not be much problem to play audio from there...
Does have anyone have an advice or ideas?
Sincerely yours forever,
lebeg
Re: new AudioEffect | processing pcm audio data
Quote:
Originally Posted by
lebeg
Hi
I am looking for a way to add a custom audio effect in the media pipeline either Phonon or QtMultimedia.
What I want to do is read from different files (wav, mp3, ogg, etc) and get pcm data that I can process and give it to some output.
I can't figure it out how to read plain data to a QIODevice - probably there will not be much problem to play audio from there...
Does have anyone have an advice or ideas?
Sincerely yours forever,
lebeg
Hi,
give a look at fmod ( www.fmod.org )
Regards