Audio interfaces and CODECs. More...
Classes | |
class | AbstractCODEC |
Base class for CODECs that can convert to and from PCM. More... | |
class | AudioBuffer |
Encapsulates the concept of an audio buffer with a time-stamp. More... | |
class | AudioCodecAlaw |
Converts a 16-bit linear PCM stream from and to 8-bit A-law. More... | |
class | AudioCodecUlaw |
Converts a 16-bit linear PCM stream from and to 8-bit u-law. More... | |
interface | AudioInterface |
The abstract audio interface. More... | |
class | AudioInterfacePCM |
Implements the audio interface for 16-bit signed linear audio (PCM_SIGNED). More... |
Audio interfaces and CODECs.