class final
#include <readerflac.hpp>
v_1_0_0::DescriptorFlac An AudioReader for fLaC/fLaC files.
Represents a Flac container holding samples conforming to CDDA. That is 16 bit, 2 channels, 44100 samples/sec as integer representation.
The Flac AudioReader will only read files in fLaC file format. fLaC/Ogg is currently not supported. Validation requires CDDA conform samples. Embedded Cuesheets are ignored.
Base classes
- class v_1_0_0::FileReaderDescriptor
- Abstract base class for the properties of a FileReader.
Constructors, destructors, conversion operators
- ~DescriptorFlac() final noexcept
- Default destructor.
Private functions
- auto do_name() const -> std::string final
- Returns "Flac".
Function documentation
std::string arcsdec:: v_1_0_0:: DescriptorFlac:: do_name() const final private
Returns "Flac".
Returns | "Flac" |
---|