Crates.io | phase_vocoder |
lib.rs | phase_vocoder |
version | 0.1.0 |
source | src |
created_at | 2020-05-28 02:55:13.726716 |
updated_at | 2020-05-28 02:55:13.726716 |
description | A basic phase vocoder for audio speed shifting |
homepage | |
repository | https://github.com/jneem/phase_vocoder |
max_upload_size | |
id | 246903 |
size | 19,150 |
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.