Audio Input Example¶
Recording audio using the QAudioInput class
audioinput.cpp Example File¶
audioinput.h Example File¶
main.cpp Example File¶
audioinput.pro Example File¶
Recording audio using the QAudioInput class.
Audio Input demonstrates the basic use cases of QAudioInput.
Qt provides the QAudioInput 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.