Skip to content

carrotflakes/voiche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voiche

Naive voice changer implementations and others.

Examples

Voice change from wav file

cargo run --release --example main -- something.wav

Voice change mic to speaker

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

And more

See ./examples.

Author

Copyright

Copyright (c) 2022 carrotflakes (carrotflakes@gmail.com)

License

Licensed under either of

at your option.

About

Naive voice changer

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages