Skip to content

sourcepirate/L-voice-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LVOICE CHANGER

I was playing around with audicity app today on my computer. In that app I was able to change my voice to Death Note L's Voice by overlapping multiple audiotracks at extreme pitches.

This project is an attempt to reproduce the same with FFMPEG and rust.

Usage

cargo build

cargo run ../input.m4a .  # input file and output path

Once the run is complete you can able to see out.mp3 being generated by the binary. Which has your L's voice modulation.

Using Lsplitter to morph voice in video

./lsplitter test.mp4

# will create morphed video as test-convert.mp4

Debug

RUST_LOG=debug cargo run <in> <out>

To run in debug mode.

About

Change your recorded voice to Death Note L's Voice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published