[package] name = "tdpsola" version = "0.1.0" authors = ["Pieter Penninckx "] edition = "2018" description = "An implementation of the TD-PSOLA algorithm (formants-preserving time stretching and pitch-shifting)." license = "AGPL-3.0" license-file = "LICENSE-AGPL-3.0.md" autoexamples = false readme = "README.md" keywords = ["time-stretching", "pitch-shifting", "psola", "td-psola", "tdpsola"] categories = ["multimedia::audio"] repository = "https://codeberg.org/PieterPenninckx/tdpsola" [dev-dependencies] wav = "0.4.0" anyhow = "1.0.32" [[example]] name = "tdpsola_demo" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = []