My requirement is capture sounds from a machine and send the sound buffer instantaneously through a channel, So that I can play the sound in remote machine simultaneously. I have to develop it in QT framework. I am new to QT framework.
Is it possible with available QT classes(QAudioDeviceInfo, QAudioInput, QAudioOutput and Phonon etc.,)
If it is possible please share some sample code which will help me a lot
please see the spectrum analyser example given by qt
http://labs.qt.nokia.com/2010/05/18/qtmultimedia-in-action-a-spectrum-analyser
http://doc.qt.nokia.com/4.7-snapshot/demos-spectrum.html