Audio Input Example

The Audio Input Example shows the use of the QAudioInput class. The example demonstrates the basic use cases of the QAudioInput class.

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.

Files: