package samplerate

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type converter =
  1. | Conv_sinc_best_quality
  2. | Conv_sinc_medium_quality
  3. | Conv_fastest
  4. | Conv_zero_order_hold
  5. | Conv_linear
val get_conv_name : converter -> string
val get_conv_descr : converter -> string
val convert : converter -> int -> float -> float array -> int -> int -> float array
type t
val create : converter -> int -> t
val process : t -> float -> float array -> int -> int -> float array -> int -> int -> int * int
val process_alloc : t -> float -> float array -> int -> int -> float array
val reset : t -> unit