| AUDIO_TRACKS | AudioSystem | [static] |
| AudioSystem(const AudioSystem &) | AudioSystem | [inline, protected] |
| AudioSystem(AUDIO_FORMAT format=AF_Default, double sampleRate=0.0, int inputChannels=2, int outputChannels=2, int deviceIDin=0, int deviceIDout=0) | AudioSystem | |
| freeSample(ASSample *samp) | AudioSystem | |
| get() | AudioSystem | [inline, static] |
| impl | AudioSystem | [protected] |
| instance | AudioSystem | [protected, static] |
| isRecording() | AudioSystem | |
| isRunning() | AudioSystem | [inline, static] |
| listDevices() | AudioSystem | [static] |
| loadRawSample(const char *name, void *data, unsigned long size) | AudioSystem | |
| loadRawSample(const std::string &name, void *data, unsigned long size) | AudioSystem | |
| loadSample(const char *name) | AudioSystem | |
| loadSample(const std::string &name) | AudioSystem | |
| loopSample(ASSample *samp, float vol=1.0f, unsigned *trackno=0) | AudioSystem | |
| mixSample(ASSample *samp, bool record_after, double record_size=30.0, float vol=1.0f, unsigned *trackno=0) | AudioSystem | |
| mixSample(ASSample *samp, float vol=1.0f, unsigned *trackno=0) | AudioSystem | |
| operator=(const AudioSystem &) | AudioSystem | [inline, protected] |
| setDebugFile(void *FILESTAR) | AudioSystem | [static] |
| setDebugLevel(unsigned level) | AudioSystem | [static] |
| setVolume(ASSample *samp, float vol=1.0f, int trackno=-1) | AudioSystem | |
| startRec(double secondsMax=30.0) | AudioSystem | |
| stop() | AudioSystem | |
| stopRec(const char *name="", bool save=false, bool save_in_thread=false) | AudioSystem | |
| stopRec(const std::string &name="", bool save=false, bool save_in_thread=false) | AudioSystem | |
| stopSample(ASSample *samp, int trackno=-1) | AudioSystem | |
| ~AudioSystem() | AudioSystem | |