phase_vocoder

Crates.iophase_vocoder
lib.rsphase_vocoder
version0.1.0
sourcesrc
created_at2020-05-28 02:55:13.726716
updated_at2020-05-28 02:55:13.726716
descriptionA basic phase vocoder for audio speed shifting
homepage
repositoryhttps://github.com/jneem/phase_vocoder
max_upload_size
id246903
size19,150
(jneem)

documentation

README

Phase vocoder

A phase vocoder is an algorithm for speeding up or slowing down audio without changing the pitch. This crate implements a simple phase vocoder in rust.

It appears to essentially work, but it is very immature. Use at your own risk.

Commit count: 7

cargo fmt