package opus
-
opus.decoder
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Recommended size of a frame in sample. Buffers for decoding are typically of this size.
type generic_control = [
| `Reset_state
| `Get_final_range of int Stdlib.ref
| `Get_pitch of int Stdlib.ref
| `Get_bandwidth of bandwidth Stdlib.ref
| `Set_lsb_depth of int
| `Get_lsb_depth of int Stdlib.ref
| `Set_phase_inversion_disabled of bool
]
module Decoder : sig ... end
module Encoder : sig ... end