CopperSpice API  1.9.1
Audio Overview

To play media or audio files which are compressed, use the QMediaPlayer class. To record audio to a file, the QAudioRecorder class allows you to compress audio data from an input device and record it.

In addition to the raw access to sound devices, the QSoundEffect class offers a higher level way to play sounds. This class allows specifying a WAV format file which can be played with low latency when necessary.

The QAudioProbe class can be used to monitor audio data being played or recorded in the higher level classes like QMediaPlayer, QCamera, and QAudioRecorder.