ot_utils 0.1.5

Library designed for concatenating audio samples and generating .ot (slice) files for the Elektron Octatrack sampler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "hound"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"

[[package]]
name = "ot_utils"
version = "0.1.5"
dependencies = [
 "hound",
]