An online landscape, built as a tool to explore the many aspects of the human voice. https://voicegardens.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Luke Murphy 77f640dbd8
Add tip for microphone
4 years ago
media Make a stab at kick starting the repository 4 years ago
vocoder Rig up machinery for collision detection 4 years ago
.gitignore Add git ignore file 4 years ago
README.md Add tip for microphone 4 years ago
makefile Bootstrap flask and leaflet boilerplate 4 years ago
requirements.txt Make a stab at kick starting the repository 4 years ago

README.md

vocoder

A vocoder (/ˈvoʊkoʊdər/, a portmanteau of voice and encoder) is a category of voice codec that analyzes and synthesizes the human voice signal for audio data compression, multiplexing, voice encryption or voice transformation.

@ Interwebz

Meanwhile, in the padiverse

Doodle Doodle Doo

Hackity Hack Hack

Please note, these commands were run on a Debian Stretch system.

Install packed lunch

$ sudo apt install -y make git

Get your discount source code

$ git clone ssh://gitea@vvvvvvaria.org:12345/varia/vocoder.git
$ cd vocoder

Do the Python dance

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Run the server

$ make serve

Bad Advice

  • To avoid having to constantly permit Firefox to allow to record with your microphone, you can permanently enable it following this StackOverflow answer. Make sure to disable it afterwards though!

Layers of the Onion

License

TBD.