Skip to main content

Module flac

Module flac 

Source
Expand description

FLAC decoder using symphonia.

The snapserver sends a FLAC stream header (fLaC + STREAMINFO) as the CodecHeader, then individual FLAC frames as WireChunk payloads.

Structs§

FlacDecoder
FLAC audio decoder using symphonia.

Functions§

create
Create a FlacDecoder from a CodecHeader (convenience for factory use).