PDA

View Full Version : Is there an audio *recording* facility in Qt?



johnny_sparx
25th April 2006, 02:58
I wish to record sound from the sound card. QSound allows for playing sound. Is there any means of easily recording sound in Qt?

JS

wysota
25th April 2006, 09:46
Not in a platform independent way. You can for example read from /dev/dsp under Linux with Alsa.

johnny_sparx
25th April 2006, 21:36
In an non-platform independent way, how would I do this under windows?

wysota
25th April 2006, 21:51
Using WinAPI I guess :) I don't think this question is in scope of this forum... But maybe someone here knows the answer. It would probably be faster if you search on Windows specific sites.