class final
#include <readersndfile.hpp>
v_1_0_0::DescriptorSndfile A generic AudioReader for losslessly encoded audio files.
The LibsndfileAudioReaderImpl can also read FLAC encoded data in either container format (since 1.0.18). As by configuration, the native FLAC reader will always take precedence for reading .flac files, while FLAC/Ogg files can not be read by the native FLAC reader.
Other supported formats are WAV, AIFF/AIFFC, headerless RAW and ALAC/CAF.
Currently (version 1.0.28) libsndfile does not read wavpack files.
Base classes
- class v_1_0_0::FileReaderDescriptor
- Abstract base class for the properties of a FileReader.
Constructors, destructors, conversion operators
- ~DescriptorSndfile() final noexcept
- Default destructor.
Private functions
- auto do_name() const -> std::string final
- Returns "unknown (handled by sndfile)".
Function documentation
std::string arcsdec:: v_1_0_0:: DescriptorSndfile:: do_name() const final private
Returns "unknown (handled by sndfile)".
Returns | "unknown (handled by sndfile)" |
---|