[[bin]]
name = "rustic_audio_cli"
path = "src/bin/rustic_audio_cli.rs"
[dependencies.audiopus]
version = "0.3.0-rc.0"
[dependencies.cpal]
version = "0.15.2"
[dependencies.hound]
version = "3.5.1"
[dependencies.ogg]
version = "0.8.0"
[dependencies.opus]
version = "0.3.0"
[dependencies.realfft]
version = "3.3.0"
[dependencies.rustfft]
version = "6.1.0"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[lib]
name = "rustic_audio_tool"
path = "src/lib.rs"
[package]
authors = ["Brett Alexander Preston"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio"]
description = "Voice Audio Recording, Processing, and Playback"
edition = "2021"
keywords = ["DSP", "voice", "record", "audio", "clean"]
license = "AGPL-3.0-only"
name = "rustic_audio_tool"
readme = "readme.md"
repository = "https://github.com/brettpreston/Rustic_Audio/tree/main/Rust_Audio_Library"
version = "0.0.1"