caw_player 0.3.1

Play audio from the caw synthesizer framework
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.caw_core]
version = "0.3"

[dependencies.cpal]
version = "0.15"

[dependencies.log]
version = "0.4"

[dev-dependencies.caw_modules]
version = "0.2"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.rand]
version = "0.8"

[[example]]
name = "many_oscillators"
path = "examples/many_oscillators.rs"

[[example]]
name = "many_oscillators_multithreaded"
path = "examples/many_oscillators_multithreaded.rs"

[[example]]
name = "saw"
path = "examples/saw.rs"

[features]
web = ["cpal/wasm-bindgen"]

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

[package]
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Play audio from the caw synthesizer framework"
documentation = "https://docs.rs/caw_player"
edition = "2021"
homepage = "https://github.com/gridbugs/caw.git"
license = "MIT"
name = "caw_player"
readme = "README.md"
repository = "https://github.com/gridbugs/caw.git"
version = "0.3.1"