audio-io 0.3.2

A simple library to read and write audio files on your disk.
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 = "2024"
rust-version = "1.88"
name = "audio-io"
version = "0.3.2"
authors = ["Stephan Eckes <stephan@neodsp.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple library to read and write audio files on your disk."
readme = "README.md"
keywords = [
    "audio",
    "io",
    "mp3",
    "neodsp",
    "wav",
]
categories = ["multimedia::audio"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/neodsp/audio-io"

[features]
aac = ["symphonia/aac"]
adpcm = ["symphonia/adpcm"]
aiff = ["symphonia/aiff"]
alac = ["symphonia/alac"]
all-codecs = ["symphonia/all"]
audio-blocks = ["dep:audio-blocks"]
caf = ["symphonia/caf"]
default = ["all-codecs"]
flac = ["symphonia/flac"]
isomp4 = ["symphonia/isomp4"]
mkv = ["symphonia/mkv"]
mp1 = ["symphonia/mp1"]
mp2 = ["symphonia/mp2"]
mp3 = ["symphonia/mp3"]
ogg = ["symphonia/ogg"]
pcm = ["symphonia/pcm"]
vorbis = ["symphonia/vorbis"]
wav = ["symphonia/wav"]

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

[dependencies.approx]
version = "0.5"

[dependencies.audio-blocks]
version = "0.6"
optional = true

[dependencies.audioadapter-buffers]
version = "2"

[dependencies.hound]
version = "3.5"

[dependencies.num]
version = "0.4"

[dependencies.rubato]
version = "1"

[dependencies.symphonia]
version = "0.5"

[dependencies.thiserror]
version = "2"

[dev-dependencies.audio-blocks]
version = "0.6"