globals.hpp
1 #ifndef NOOS_OBJECTS_GLOBALS
2 #define NOOS_OBJECTS_GLOBALS
3 namespace noos {
5 namespace types {
7 typedef char byte;
8 
11 {
12  nao_ogg = 0,
13  nao_wav_1_ch = 1,
14  nao_wav_4_ch = 2,
15  headset = 3
16 };
17 
18 }
19 }
20 #endif
Definition: asio_handler.hpp:14
audio_source
audio sources allowed in speech classes
Definition: globals.hpp:10
char byte
clarification
Definition: globals.hpp:7