PDA

View Full Version : new AudioEffect | processing pcm audio data



lebeg
14th March 2011, 22:36
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

franco.amato
20th July 2011, 18:40
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