package llama

  1. Overview
  2. Docs

Module Llama.Signal_playerSource

Sourcetype t
Sourceval create : ?downsample:int -> ?initial_signal:float Llama_core.Signal.t -> unit -> t
Sourceval signal_ref : t -> float Llama_core.Signal.t ref
Sourceval run : t -> 'a Lwt.t

Run the palyer and never return

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