| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <Config.h>
Definition at line 135 of file Config.h.
Public Member Functions | |
| std::string | makePath (std::string name) |
| returns an absolute path if is relative (to root), otherwise just name | |
| sound_config () | |
| constructor | |
Public Attributes | |
| std::string | root |
| path to sound clips | |
| unsigned int | sample_rate |
| sample rate to send to system, currently only 8000 or 16000 supported | |
| unsigned int | sample_bits |
| sample bit depth, either 8 or 16 | |
| std::vector< std::string > | preload |
| list of sounds to preload at boot | |
|
|
constructor
Definition at line 147 of file Config.h. References preload, root, sample_bits, and sample_rate. |
|
|
returns an absolute path if is relative (to root), otherwise just name
Definition at line 142 of file Config.h. References root. |
|
|
list of sounds to preload at boot
|
|
|
path to sound clips
|
|
|
sample bit depth, either 8 or 16
|
|
|
sample rate to send to system, currently only 8000 or 16000 supported
|
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:55:19 2003 by Doxygen 1.3.4 |