|
SmartSnippets DA1459x SDK
|
SRC configuration structure definition. More...
#include <hw_src.h>
Data Fields | |
| HW_SRC_ID | id |
| uint16_t | src_clk |
| uint32_t | in_sample_rate |
| uint32_t | out_sample_rate |
| HW_SRC_SELECTION | data_input |
SRC configuration structure definition.
| HW_SRC_SELECTION hw_src_config_t::data_input |
The SRC input
| HW_SRC_ID hw_src_config_t::id |
identifies SRC
| uint32_t hw_src_config_t::in_sample_rate |
Input sampling rate in Hz with allowed values: 0, 8000, 11025, 16000, 22050, 32000, 44100, 48000, 96000, 192000
| uint32_t hw_src_config_t::out_sample_rate |
Input sampling rate in Hz with allowed values: 0, 8000, 11025, 16000, 22050, 32000, 44100, 48000, 96000, 192000
| uint16_t hw_src_config_t::src_clk |
SRC clock in kHz with allowed values (in kHz): 128, 160, 200, 250, 256, 320, 400, 500, 640, 800, 1000, 1280, 1600, 2000, 3200, 4000, 6400, 8000, 16000, 32000
1.8.16