package vorbis

  1. Overview
  2. Docs
exception False
exception Invalid_parameters
exception Invalid_channels
exception Invalid_argument
exception Could_not_open_file
exception Not_vorbis
exception Bad_header
exception Read_error
exception Not_audio
exception Internal_fault
exception Hole_in_data
exception Version_mismatch
exception Not_implemented
exception Unknown_error of int
exception Utf8_failure of string
val string_of_exc : exn -> string option
type bitstream = int
type info = {
  1. vorbis_version : int;
  2. audio_channels : int;
  3. audio_samplerate : int;
  4. bitrate_upper : int;
  5. bitrate_nominal : int;
  6. bitrate_lower : int;
  7. bitrate_window : int;
}
val tags : (string, string) Stdlib.Hashtbl.t -> unit -> (string * string) list
module Encoder : sig ... end
module Decoder : sig ... end
module File : sig ... end
module Skeleton : sig ... end
OCaml

Innovation. Community. Security.