#include <cc++/config.h>#include <cc++/thread.h>Go to the source code of this file.
Classes | |
| struct | goertzel_state_t |
| struct | dtmf_detect_state_t |
| struct | tone_detection_descriptor_t |
| class | Audio |
| Generic audio class to hold master data types and various useful class encapsulated friend functions as per GNU Common C++ 2 coding standard.Master audio class. More... | |
| class | Audio::Info |
| class | AudioFile |
| A class used to manipulate audio data.audio file access. More... | |
| class | CDAudio |
| This class allows one to control audio playback from the CD player on the target platform.control cd audio player. More... | |
| class | AudioSample |
| This class is use to represent and process audio data held in memory.audio data in memory. More... | |
| class | LinearSample |
| The linear class is a type variation of AudioSample used specifically to tag audio conversions that are performed between "linear" and some other encoding. More... | |
| class | AudioCodec |
| The codec class is a virtual used for transcoding audio samples between linear frames (or other known format) and an encoded "sample" buffer.process codec interface. More... | |
| class | AudioTone |
| The tone class is used to construct or generate a tone sample in memory.generate audio sample in memory. More... | |
| class | AudioCopy |
| AudioCopy is used for certain kinds of stream join operations.fill an audio sample frame from another. More... | |
| class | DTMFDetect |
| DTMFDetect is used for detecting DTMF tones in a stream of audio. More... | |
Defines | |
| #define | AUDIO_SIGNED_LINEAR_RAW 1 |
| #define | AUDIO_LINEAR_CONVERSION 1 |
| #define | AUDIO_CODEC_MODULES 1 |
Typedefs | |
| typedef signed short * | Linear |
| #define AUDIO_CODEC_MODULES 1 |
| #define AUDIO_LINEAR_CONVERSION 1 |
| #define AUDIO_SIGNED_LINEAR_RAW 1 |
| typedef signed short* Linear |
1.4.7