ling-audio 2030.0.3

4D positional audio synthesis and WAV BGM for Ling
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ling-audio"
version = "2030.0.3"
authors = [
    "Ling Lin <taellinglin@gmail.com>",
    "Sanny Lin <SannyLing53@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "4D positional audio synthesis and WAV BGM for Ling"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taellinglin/ling"

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

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

[dependencies.cpal]
version = "0.15"

[dependencies.half]
version = "2"

[dependencies.hound]
version = "3.5"

[dependencies.rustfft]
version = "6.2"