Module Flac_ogg.Decoder

val check_packet : Ogg.Stream.packet -> bool

Check if an ogg packet is the first * packet of an ogg/flac stream.

val create : fill:(unit -> unit) -> write:(float array array -> unit) -> Ogg.Stream.stream -> Flac.Decoder.t * Flac.Decoder.info * Flac.Decoder.comments option