Qt Multimedia Examples
The Qt Multimedia module provides low-level audio support on Linux, Windows and macOS. It also provides audio plugin API to allow developers implement their own audio support for custom devices and platforms.
Testing the available audio devices and their configuration. | |
Enabling audio playback using the QAudioSink class. | |
Discovering the available devices and supported codecs. | |
Recording audio using the QAudioSource class. | |
The Camera Example shows how to use the API to capture a still image or video. | |
Playing audio and video. | |
The Camera Example shows how to use the API to capture a still image or video. | |
Transforming video and camera viewfinder content. | |
Applying shader effects on video and camera viewfinder content. | |
Analyzing a raw audio stream using the FFTReal library. | |
Streaming video on a graphics scene. | |
Implementing a video player widget. |