package soundtouch

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : int -> int -> t
val get_version_string : t -> string
val get_version_id : t -> int
val set_rate : t -> float -> unit
val set_tempo : t -> float -> unit
val set_pitch : t -> float -> unit
val put_samples_ni : t -> float array array -> int -> int -> unit
val get_available_samples : t -> int
val get_samples_ni : t -> float array array -> int -> int -> int
val flush : t -> unit
val clear : t -> unit
module BPM : sig ... end