RT-Thread RTOS
An open source embedded real-time operating system
AUDIO_SAMP_RATES
+ Collaboration diagram for AUDIO_SAMP_RATES:

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
 

Detailed Description

Supported audio sample rates for the audio device.

Macro Definition Documentation

◆ AUDIO_SAMP_RATE_8K

#define AUDIO_SAMP_RATE_8K   0x0001

Set audio device sample rate to 8K

◆ AUDIO_SAMP_RATE_11K

#define AUDIO_SAMP_RATE_11K   0x0002

Set audio device sample rate to 11K

◆ AUDIO_SAMP_RATE_16K

#define AUDIO_SAMP_RATE_16K   0x0004

Set audio device sample rate to 16K

◆ AUDIO_SAMP_RATE_22K

#define AUDIO_SAMP_RATE_22K   0x0008

Set audio device sample rate to 22K

◆ AUDIO_SAMP_RATE_32K

#define AUDIO_SAMP_RATE_32K   0x0010

Set audio device sample rate to 32K

◆ AUDIO_SAMP_RATE_44K

#define AUDIO_SAMP_RATE_44K   0x0020

Set audio device sample rate to 44K

◆ AUDIO_SAMP_RATE_48K

#define AUDIO_SAMP_RATE_48K   0x0040

Set audio device sample rate to 48K

◆ AUDIO_SAMP_RATE_96K

#define AUDIO_SAMP_RATE_96K   0x0080

Set audio device sample rate to 96K

◆ AUDIO_SAMP_RATE_128K

#define AUDIO_SAMP_RATE_128K   0x0100

Set audio device sample rate to 128K

◆ AUDIO_SAMP_RATE_160K

#define AUDIO_SAMP_RATE_160K   0x0200

Set audio device sample rate to 160K

◆ AUDIO_SAMP_RATE_172K

#define AUDIO_SAMP_RATE_172K   0x0400

Set audio device sample rate to 172K

◆ AUDIO_SAMP_RATE_192K

#define AUDIO_SAMP_RATE_192K   0x0800

Set audio device sample rate to 192K