Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwasmaudiosource.cpp File Reference

(0272a7c1a68ed8c7abf46fe2bdc2abbba4ace66a)

#include "qwasmaudiosource_p.h"
#include <emscripten.h>
#include <AL/al.h>
#include <AL/alc.h>
#include <QDataStream>
#include <QDebug>
#include <QtMath>
#include <private/qaudiohelpers_p.h>
#include <QIODevice>
+ Include dependency graph for qwasmaudiosource.cpp:

Go to the source code of this file.

Classes

class  QWasmAudioSourceDevice
 
class  ALData
 

Macros

#define AL_FORMAT_MONO_FLOAT32   0x10010
 
#define AL_FORMAT_STEREO_FLOAT32   0x10011
 

Variables

constexpr unsigned int DEFAULT_BUFFER_DURATION = 50'000
 

Macro Definition Documentation

◆ AL_FORMAT_MONO_FLOAT32

#define AL_FORMAT_MONO_FLOAT32   0x10010

Definition at line 17 of file qwasmaudiosource.cpp.

◆ AL_FORMAT_STEREO_FLOAT32

#define AL_FORMAT_STEREO_FLOAT32   0x10011

Definition at line 18 of file qwasmaudiosource.cpp.

Variable Documentation

◆ DEFAULT_BUFFER_DURATION

constexpr unsigned int DEFAULT_BUFFER_DURATION = 50'000
constexpr

Definition at line 20 of file qwasmaudiosource.cpp.