20 #ifndef PCM_CONVERT_HXX
21 #define PCM_CONVERT_HXX
51 bool enable_resampler, enable_format, enable_channels;
void Open(AudioFormat _src_format, AudioFormat _dest_format)
Prepare the object.
void Close()
Close the object after it was prepared with Open().
ConstBuffer< void > Convert(ConstBuffer< void > src)
Converts PCM data between two audio formats.
void Reset()
Reset the filter's state, e.g.
void pcm_convert_global_init()
Wrapper for the dsd2pcm library.
A reference to a memory area that is read-only.
A glue class that integrates a PcmResampler and automatically converts source data to the sample form...
This object is statically allocated (within another struct), and holds buffer allocations and the sta...
A class that converts samples from one format to another.