package llama

  1. Overview
  2. Docs
Language for Live Audio Module Arrangement

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0_rust-deps-vendored.tar.gz
sha256=a6a44fc98530192676effb02e1ea3a136bc53bf880f43d89e8998c48c3592eda
sha512=2adb2220c02e36f327d13085651c7a31ad189a828e353ca7ecf3996ffffb78a7a13edf3a3ba4818cd7d50c5d1fe3fbbf62f83f3d9c00d2a3d5cde223eca166a0

doc/src/llama.io/llama_io.ml.html

Source file llama_io.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
open! Llama

module Wav = struct
  type t = { path : string }

  let of_file_at_path path = { path }

  let read_wav_file_mono_exn { path } =
    Llama_low_level.Wav.read_wav_file_mono_exn path

  let sample_player_mono t =
    let data = read_wav_file_mono_exn t in
    Dsl.sample_player_mono data
end
OCaml

Innovation. Community. Security.