cloudseedcore-rs 0.2.0

A safe wrapper around the CloudSeedCore Reverb algorithm.
Documentation
[build-dependencies.cxx-build]
version = "1"

[dependencies.cxx]
version = "1"

[dependencies.num_enum]
version = "0.7"

[dev-dependencies.hound]
version = "3"

[lib]
name = "cloudseedcore_rs"
path = "src/lib.rs"

[package]
authors = ["Marius Metzger (CrushedPixel)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["multimedia::audio", "external-ffi-bindings"]
description = "A safe wrapper around the CloudSeedCore Reverb algorithm."
edition = "2024"
keywords = ["audio", "reverb", "dsp", "cloudseedcore"]
license = "MIT"
name = "cloudseedcore-rs"
readme = "README.md"
repository = "https://github.com/CrushedPixel/cloudseedcore-rs"
version = "0.2.0"

[[test]]
name = "params"
path = "tests/params.rs"

[[test]]
name = "reverb"
path = "tests/reverb.rs"

[[test]]
name = "reverb_sound"
path = "tests/reverb_sound.rs"