pitch_shift 2.1.0

pitch-shifting and/or time-stretching audio using the phase vocoder technique
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 = "pitch_shift"
version = "2.1.0"
authors = ["Nathan ROYER <nathan.royer.pro@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "pitch-shifting and/or time-stretching audio using the phase vocoder technique"
readme = "README.md"
categories = [
    "algorithms",
    "multimedia::audio",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/NathanRoyer/pitch_shift"

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

[[example]]
name = "shift-wav"
path = "examples/shift-wav.rs"

[dependencies.bytemuck]
version = "1.24"

[dependencies.microfft]
version = "0.6"
features = ["size-1024"]
default-features = false

[dependencies.micromath]
version = "2.1"

[dependencies.num-complex]
version = "0.4.6"
features = ["bytemuck"]
default-features = false

[dev-dependencies.hound]
version = "3.4"

[dev-dependencies.pico-args]
version = "0.5.0"