Audio Output Example
Enabling audio playback using the QAudioSink class.
Audio Output demonstrates the basic use cases of QAudioSink.

This example provides a tone generator to supply continuous audio playback. The UI allows the user to select the audio output device, pause and resume playback, switch between different modes of operation, adjust the volume and change the audio format parameters.
Running the Example
To run the example from Qt Creator, open the Welcome mode and select the example from Examples. For more information, see Qt Creator: Tutorial: Build and run.