Audio Source Example#
Recording audio using the QAudioSource
class.
Audio Source demonstrates the basic use cases of QAudioSource
.
Qt provides the QAudioSource
class to enable audio functionality within a standard application user interface.
This example calculates the maximum linear value of the input audio from the microphone and displays the output.
Running the Example#
To run the example from Qt Creator , open the Welcome mode and select the example from Examples. For more information, visit Building and Running an Example.