quad-snd 0.2.7

High level and cross platform audio library
Documentation
[package]
authors = ["Fedor Logachev <not.fl3@gmail.com>"]
description = "High level and cross platform audio library"
edition = "2018"
license = "MIT/Apache-2.0"
name = "quad-snd"
readme = "README.md"
version = "0.2.7"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\"))".dependencies.libc]
version = "0.2"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\"))".dependencies.quad-alsa-sys]
version = "0.3.2"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.audrey]
default-features = false
features = ["wav", "ogg_vorbis"]
version = "0.3"
[target."cfg(target_os = \"android\")".dependencies.audir-sles]
version = "0.1.0"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["debug", "ksmedia", "audioclient", "combaseapi", "coml2api", "devpkey", "handleapi", "mmdeviceapi", "objbase", "unknwnbase", "winerror", "synchapi", "winbase"]
version = "0.3.8"