[dependencies.assert_no_alloc]
features = ["warn_debug"]
optional = true
version = "^1.1"
[dependencies.assume]
version = "^0.5"
[dependencies.audio_thread_priority]
default-features = false
version = "^0.34"
[dependencies.basedrop]
version = "^0.1"
[dependencies.byteorder]
default-features = false
version = "^1.5"
[dependencies.cpal]
features = ["jack", "asio"]
optional = true
version = "^0.16"
[dependencies.crossbeam-queue]
default-features = false
features = ["alloc"]
version = "^0.3"
[dependencies.dashmap]
version = "^6.1"
[dependencies.dasp]
features = ["signal"]
optional = true
version = "^0.11"
[dependencies.four-cc]
default-features = false
version = "^0.4"
[dependencies.hound]
optional = true
version = "^3.5"
[dependencies.lazy_static]
version = "^1.4"
[dependencies.log]
features = ["max_level_debug", "release_max_level_info"]
version = "^0.4"
[dependencies.pulp]
default-features = false
features = ["macro"]
version = "^0.21"
[dependencies.rand]
default-features = false
features = ["thread_rng"]
version = "^0.9"
[dependencies.rb]
version = "^0.4"
[dependencies.riff]
version = "^2.0"
[dependencies.rubato]
default-features = false
version = "^0.16"
[dependencies.strum]
default-features = false
features = ["derive"]
version = "^0.27"
[dependencies.symphonia]
default-features = false
features = ["aiff", "adpcm", "alac", "flac", "ogg", "mp3", "pcm", "wav"]
version = "^0.5"
[features]
assert-allocs = ["assert_no_alloc"]
cpal-output = ["cpal"]
dasp-synth = ["dasp"]
default = ["cpal-output", "wav-output", "dasp-synth", "assert-allocs"]
wav-output = ["hound"]
web-output = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "phonic"
path = "src/lib.rs"
[package]
authors = ["Eduard Müller <mail@emuell.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["multimedia::audio"]
description = "Audio playback library"
edition = "2021"
exclude = ["assets", "examples"]
keywords = ["audio", "dsp", "playback", "emscripten"]
license = "\tAGPL-3.0"
name = "phonic"
readme = "README.md"
repository = "https://github.com/emuell/phonic"
version = "0.13.0"
[package.metadata.docs.rs]
features = ["cpal-output", "wav-output", "dasp-synth"]
no-default-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.dev.package.rubato]
opt-level = 2
[profile.release]
debug = 1
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.arg]
features = ["std"]
version = "^0.4"
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.device_query]
version = "^4.0"
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.hound]
version = "^3.5"
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.lazy_static]
version = "^1.4"
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.simple_logger]
default-features = false
version = "^5.1"
[target.'cfg(not(target_os = "emscripten"))'.dev-dependencies.svg]
version = "^0.18"
[target.'cfg(target_os = "emscripten")'.dependencies.emscripten-rs-macros]
version = "^0.1"
[target.'cfg(target_os = "emscripten")'.dependencies.emscripten_rs_sys]
default-features = false
version = "^0.1"