|
struct | AudioInfo |
| Basic Audio information which drives e.g. I2S. More...
|
|
class | AudioInfoSource |
| Supports the subscription to audio change notifications. More...
|
|
class | AudioInfoSupport |
| Supports changes to the sampling rate, bits and channels. More...
|
|
class | AudioWriter |
| E.g. used by Encoders and Decoders. More...
|
|
class | int24_3bytes_t |
| 24bit integer which is used for I2S sound processing. The values are really using 3 bytes. It works only on little endian machines! More...
|
|
class | int24_4bytes_t |
| 24bit integer which is used for I2S sound processing. The values are represented as int32_t, but only 3 bytes are used. If you assign values which are too big, they are clipped. More...
|
|
class | NumberConverter |
| Converts from a source to a target number with a different type. More...
|
|
Basic Concepts.