Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type control = [
| `Get_bandwidth of bandwidth Stdlib.ref
| `Get_final_range of int Stdlib.ref
| `Get_gain of int Stdlib.ref
| `Get_lsb_depth of int Stdlib.ref
| `Get_pitch of int Stdlib.ref
| `Reset_state
| `Set_gain of int
| `Set_lsb_depth of int
| `Set_phase_inversion_disabled of bool
]
val check_packet : Ogg.Stream.packet -> bool
val create : ?samplerate:int -> Ogg.Stream.packet -> Ogg.Stream.packet -> t
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