Classes | |
| class | CAudioBuffer |
| Audio buffer node. More... | |
| class | CAudioTrack |
| Audio track node. More... | |
| class | CRecord |
| Record audio cell. More... | |
| class | CPlay |
| Play audio cell. More... | |
Functions | |
| int | max (int a, int b) |
| int | min (int a, int b) |
| void | registerFactories () |
| Function to call to load the node and cell factories in the system. | |
Variables | |
| const int | SAMPLE_SIZE [6] = { 8,4,4,4,2,1 } |
Format constants | |
| const unsigned int | FORMAT_FLOAT64 = 0 |
| const unsigned int | FORMAT_FLOAT32 = 1 |
| const unsigned int | FORMAT_SINT32 = 2 |
| const unsigned int | FORMAT_SINT24 = 3 |
| const unsigned int | FORMAT_SINT16 = 4 |
| const unsigned int | FORMAT_SINT8 = 5 |
| int audio::max | ( | int | a, | |
| int | b | |||
| ) | [inline] |
| int audio::min | ( | int | a, | |
| int | b | |||
| ) | [inline] |
| const unsigned int audio::FORMAT_FLOAT32 = 1 |
| const unsigned int audio::FORMAT_FLOAT64 = 0 |
| const unsigned int audio::FORMAT_SINT16 = 4 |
| const unsigned int audio::FORMAT_SINT24 = 3 |
| const unsigned int audio::FORMAT_SINT32 = 2 |
| const unsigned int audio::FORMAT_SINT8 = 5 |
| const int audio::SAMPLE_SIZE[6] = { 8,4,4,4,2,1 } |
1.5.9