twitter voice plus plus
README.md

twtvc #

There are two implementations in this repository:

  • Browser based
  • Local reimplementation

To run in the browser:

npm install
npm run dev

To run locally:

# you need ffmpeg in PATH
cargo run --release input.wav output.mp4 artwork.png

have fun 😃))))