|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Stub PortAudio header for WASM builds. More...
Go to the source code of this file.
Macros | |
| #define | paNoError 0 |
| #define | paNotInitialized -10000 |
Typedefs | |
| typedef void | PaStream |
| typedef int | PaError |
| typedef unsigned long | PaStreamCallbackFlags |
| typedef struct PaStreamCallbackTimeInfo | PaStreamCallbackTimeInfo |
Stub PortAudio header for WASM builds.
WASM builds don't use PortAudio - audio is handled by Web Audio API. This stub provides minimal type definitions so audio.h can compile.
Definition in file portaudio.h.
| #define paNoError 0 |
Definition at line 19 of file portaudio.h.
| #define paNotInitialized -10000 |
Definition at line 20 of file portaudio.h.
| typedef int PaError |
Definition at line 14 of file portaudio.h.
| typedef void PaStream |
Definition at line 13 of file portaudio.h.
| typedef unsigned long PaStreamCallbackFlags |
Definition at line 15 of file portaudio.h.
| typedef struct PaStreamCallbackTimeInfo PaStreamCallbackTimeInfo |
Definition at line 16 of file portaudio.h.