![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qwasmaudiosink_p.h"#include <emscripten.h>#include <AL/al.h>#include <AL/alc.h>#include <QDebug>#include <QtMath>#include <QIODevice>Go to the source code of this file.
Classes | |
| class | ALData |
| class | QWasmAudioSinkDevice |
Macros | |
| #define | AL_FORMAT_MONO_FLOAT32 0x10010 |
| #define | AL_FORMAT_STEREO_FLOAT32 0x10011 |
Variables | |
| constexpr unsigned int | DEFAULT_BUFFER_DURATION = 50'000 |
| #define AL_FORMAT_MONO_FLOAT32 0x10010 |
Definition at line 15 of file qwasmaudiosink.cpp.
| #define AL_FORMAT_STEREO_FLOAT32 0x10011 |
Definition at line 16 of file qwasmaudiosink.cpp.
|
constexpr |
Definition at line 18 of file qwasmaudiosink.cpp.