Audio Output Example

Enabling audio playback using the QAudioSink class.

Audio Output demonstrates the basic use cases of QAudioSink.

UI with playback controls and audio output mode selection

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

You can 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.

  • Qt Extension for Visual Studio Code

    Run the Qt: Open Qt examples command from the Command Palette, and select the example from the list. For more information, see Qt Extension for Visual Studio Code: Tutorial: Build and run.

Example project @ code.qt.io