[Qt-interest] Record sound from microphone in Qt

suzuki toshiya mpsuzuki at hiroshima-u.ac.jp
Sat Aug 13 19:38:12 CEST 2011


I'm afraid that vanilla Qt supports only raw PCM file and
some plugin is needed to support ".wav" file. If you check
the source multimedia/audio/qaudiodeviceinfo.cpp, you will
fine that "audio/pcm" is builtin codec but no other. See also
http://doc.qt.nokia.com/latest/qaudiodeviceinfo.html#supportedCodecs
I don't know if there is any existing plugins to support
".wav" or it is impossible to produce such under FOSS license.

Regards,
mpsuzuki

arun kumar wrote:
> Thanks to your replay..., but how I can save this input to a wave file in
> MAC OS
> 
> 
> 
> 2011/8/13 suzuki toshiya <mpsuzuki at hiroshima-u.ac.jp>
> 
>> Hi,
>>
>> Have you checked audio input example in Qt Reference document?
>> http://doc.qt.nokia.com/4.7/multimedia-audioinput.html
>>
>> Regards,
>> mpsuzuki
>>
>> arun kumar wrote:
>>> Hi,
>>>
>>> Anybody knows how to record audio sounds from microphone to an audio file
>>>  and process that sound using SoundTouch library , Do you have any
>>> suggestions or any exaple that in Qt will be very helpful to me, please
>> help
>>> me
>>>
>>>
>>> Thanks In Advance.
>>> Arun Kumar K S
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Qt-interest mailing list
>>> Qt-interest at qt.nokia.com
>>> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>>
> 




More information about the Qt-interest-old mailing list