#include <OpenALSound.h>
Public Methods | |
OpenALSound () | |
bool | load (const syn::AudioFormat &fmt, char *fname) |
void | play () |
void | setPos (float x, float y, float z) |
void | stop () |
void | step () |
bool | isPlaying () |
It has params for setting position, stop, play() on the stream. NOTE: this class isn't really part of subsynth, and will be moved to sonix, or removed in the future.
Definition at line 56 of file OpenALSound.h.
|
Definition at line 59 of file OpenALSound.h. |
|
Definition at line 64 of file OpenALSound.h. |
|
Definition at line 148 of file OpenALSound.h. |
|
Definition at line 153 of file OpenALSound.h. |
|
Definition at line 164 of file OpenALSound.h. |
|
Definition at line 169 of file OpenALSound.h. |
|
Definition at line 201 of file OpenALSound.h. |