Opus.Decoder
val create : ?samplerate:int -> Ogg.Stream.packet -> Ogg.Stream.packet -> t
Create a decoder with given samplerate an number of channels.
val comments : t -> string * (string * string) list
val channels : t -> int
val decode_float :
?decode_fec:bool ->
t ->
Ogg.Stream.stream ->
float array array ->
int ->
int ->
int