Naive voice changer implementations and others.
cargo run --release --example main -- something.wav
Assuming you already have PulseAudio installed, you can run it with the following command:
$ parec -r --raw --format=s16ne --channels=1 | cargo run --release --example stdinout 2> /dev/null | pacat --raw --format=s16ne --channels=1
See ./examples
.
- carrotflakes (carrotflakes@gmail.com)
Copyright (c) 2022 carrotflakes (carrotflakes@gmail.com)
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.