|
Wavelength
Privacy-focused, cross-platform, and open-source communication application
|
#include <QAudioFormat>#include <QMutex>#include <QObject>#include <QThread>#include <QWaitCondition>#include <libavcodec/avcodec.h>#include <libavformat/avformat.h>#include <libswresample/swresample.h>Go to the source code of this file.
Classes | |
| class | AudioDecoder |
| Decodes and plays audio data using FFmpeg libraries in a separate thread. More... | |