12#ifndef ROC_AUDIO_SAMPLE_FORMAT_H_
13#define ROC_AUDIO_SAMPLE_FORMAT_H_
Audio frames and audio processing.
const char * sample_format_to_str(SampleFormat format)
Get string name of sample format.
SampleFormat
Sample format. Defines representation of samples in memory. Does not define sample rate and channel s...
@ SampleFormat_Pcm
Interleaved PCM format. What specific PCM coding and endian is used is defined by PcmFormat enum.
@ SampleFormat_Invalid
Invalid format.