Module Flac


module Flac: sig .. end

Native FLAC decoder/encoder modules for OCaml



module Decoder: sig .. end
Decode native FLAC data
module Encoder: sig .. end
Encode native FLAC data
exception Internal
Raised when an internal error occured. Should be reported if seen.