module Shine:OCaml bindings for the libshine.sig..end
type t
type parameters = {
|
samplerate : |
|
channels : |
|
bitrate : |
exception Samples_per_frame
exception Invalid_bitrate
exception Invalid_samplerate
exception Invalid_channels
val samples_per_frame : intval create : parameters -> tval encode_buffer : t -> float array array -> stringval encode_s16le : t -> string -> int -> stringval flush : t -> string