PDA

View Full Version : Sound Recorder



davejh
20th March 2009, 06:21
Hi,

Has anyone out there had any experience creating a sound recorder/player using QT?
Any good examples you can point me to?
Any help would be appreciated.
thanks,
Dave

talk2amulya
20th March 2009, 06:27
i dont know about recording but u can playback audio using phonon framework available on qt. Here are a few links u may find useful:

http://doc.trolltech.com/4.4/phonon-overview.html
http://doc.trolltech.com/4.5/examples.html#phonon-multimedia-framework

davejh
20th March 2009, 06:41
Cheers, but I am pretty sure that is playback only.

I am after a simple "record from microphone" that saves to mp3

JimDaniel
20th March 2009, 14:00
You are right. As of now Phonon only allows playback. I recommend FMOD (http://www.fmod.org) for your audio needs. It has a very powerful, straightforward API. I've never done recording with it, but I'm almost positive you can. Then you can use Qt for everything else.