|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Complete audio stream format descriptor. More...
#include <audio_node.h>
Data Fields | |
| unsigned int | sample_rate |
| Sample rate in Hz. | |
| unsigned int | channels |
| Number of interleaved channels. | |
| enum ove_audio_sample_fmt | sample_fmt |
| PCM sample format. | |
Complete audio stream format descriptor.
Describes the sample rate, channel count, and sample encoding of an audio stream. Channels are always interleaved.