Audio stream configuration.
Declaration
typedef struct OdinAudioStreamConfig {
uint32_t sample_rate;
uint8_t channel_count;
} OdinAudioStreamConfig;
Fields
sample_rate
The number of samples per second in hertz (between 8000 and 192000).
channel_count
The number of channels for the new audio stream (between 1 and 2).