#include <BaseAudioManager.h>
Public Methods | |
BaseAudioManager (const Options &options) | |
void | playWav (void *chunk) |
Options & | getOptions () |
Static Public Attributes | |
const int | OPT_MASTER = (1ul<<1ul) |
const int | OPT_SAMPLES = (1ul<<2ul) |
const int | OPT_MIDI = (1ul<<3ul) |
const int | OPT_CD = (1ul<<4ul) |
Protected Attributes | |
Options | options |
Definition at line 38 of file BaseAudioManager.h.
|
Definition at line 60 of file BaseAudioManager.cpp. References Teddy::SysSupport::dmsg, Teddy::SysSupport::emsg, Teddy::SysSupport::M_AUDIO, and MSG_HEAD. |
|
Definition at line 113 of file BaseAudioManager.cpp. References options. |
|
Definition at line 103 of file BaseAudioManager.cpp. References OPT_SAMPLES, and options. |
|
Definition at line 57 of file BaseAudioManager.cpp. |
|
Definition at line 54 of file BaseAudioManager.cpp. |
|
Definition at line 56 of file BaseAudioManager.cpp. |
|
Definition at line 55 of file BaseAudioManager.cpp. Referenced by playWav. |
|
Definition at line 53 of file BaseAudioManager.h. Referenced by getOptions, and playWav. |