package llama

  1. Overview
  2. Docs
type t
val create : ?downsample:int -> ?initial_signal:float Llama_core.Signal.t -> unit -> t
val signal_ref : t -> float Llama_core.Signal.t Stdlib.ref
val run : t -> 'a Lwt.t

Run the palyer and never return

val play : ?downsample:int -> float Llama_core.Signal.t -> 'a Lwt.t
OCaml

Innovation. Community. Security.