caw_player 0.9.0

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

[dependencies.caw_core]
version = "0.6"

[dependencies.cpal]
version = "0.16"

[dependencies.log]
version = "0.4"

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

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

[[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 = "2024"
homepage = "https://github.com/gridbugs/caw.git"
license = "MIT"
name = "caw_player"
readme = "README.md"
repository = "https://github.com/gridbugs/caw.git"
resolver = "2"
version = "0.9.0"