flexaudio-core 0.2.0

Source-agnostic audio capture engine, types, and resampling/normalization core for flexaudio.
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"
rust-version = "1.85"
name = "flexaudio-core"
version = "0.2.0"
authors = ["tubome (Studio Sadola)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source-agnostic audio capture engine, types, and resampling/normalization core for flexaudio."
documentation = "https://docs.rs/flexaudio-core"
readme = "README.md"
keywords = [
    "audio",
    "capture",
    "resampling",
    "stream",
    "dsp",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/Studio-Sadola/flexaudio"

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

[dependencies.bitflags]
version = "2"

[dependencies.ringbuf]
version = "0.4"

[dependencies.rtrb]
version = "0.3"

[dependencies.rubato]
version = "3"

[dependencies.thiserror]
version = "2"