![]() |
RT-Thread RTOS
An open source embedded real-time operating system
|
Macros | |
#define | AUDIO_SAMP_RATE_8K 0x0001 |
#define | AUDIO_SAMP_RATE_11K 0x0002 |
#define | AUDIO_SAMP_RATE_16K 0x0004 |
#define | AUDIO_SAMP_RATE_22K 0x0008 |
#define | AUDIO_SAMP_RATE_32K 0x0010 |
#define | AUDIO_SAMP_RATE_44K 0x0020 |
#define | AUDIO_SAMP_RATE_48K 0x0040 |
#define | AUDIO_SAMP_RATE_96K 0x0080 |
#define | AUDIO_SAMP_RATE_128K 0x0100 |
#define | AUDIO_SAMP_RATE_160K 0x0200 |
#define | AUDIO_SAMP_RATE_172K 0x0400 |
#define | AUDIO_SAMP_RATE_192K 0x0800 |
Supported audio sample rates for the audio device.
#define AUDIO_SAMP_RATE_8K 0x0001 |
Set audio device sample rate to 8K
#define AUDIO_SAMP_RATE_11K 0x0002 |
Set audio device sample rate to 11K
#define AUDIO_SAMP_RATE_16K 0x0004 |
Set audio device sample rate to 16K
#define AUDIO_SAMP_RATE_22K 0x0008 |
Set audio device sample rate to 22K
#define AUDIO_SAMP_RATE_32K 0x0010 |
Set audio device sample rate to 32K
#define AUDIO_SAMP_RATE_44K 0x0020 |
Set audio device sample rate to 44K
#define AUDIO_SAMP_RATE_48K 0x0040 |
Set audio device sample rate to 48K
#define AUDIO_SAMP_RATE_96K 0x0080 |
Set audio device sample rate to 96K
#define AUDIO_SAMP_RATE_128K 0x0100 |
Set audio device sample rate to 128K
#define AUDIO_SAMP_RATE_160K 0x0200 |
Set audio device sample rate to 160K
#define AUDIO_SAMP_RATE_172K 0x0400 |
Set audio device sample rate to 172K
#define AUDIO_SAMP_RATE_192K 0x0800 |
Set audio device sample rate to 192K