0

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

4

1 に答える 1

1

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

于 2012-04-10T10:49:27.680 に答える