scamble 0.1.0

Library for building FMOD DSPs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "scamble"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Library for building FMOD DSPs"
repository = "https://github.com/l-Luna/scamble"
keywords = ["fmod", "dsp"]
categories = ["multimedia::audio"]

[workspace]
members = ["tcp_effects", "cassette_player"]

[dependencies]
hound = "3.5.1"

[build-dependencies]
bindgen = "0.71.1"