Make a stab at kick starting the repository
This commit is contained in:
commit
2d66b20af7
45
README.md
Normal file
45
README.md
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
# vocoder
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="./media/dudleys-vocoder.jpg" alt="Dudley's Vocoder"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
> 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.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<g-emoji class="g-emoji" alias="fireworks" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f386.png">🎆</g-emoji>
|
||||||
|
<a href="https:://vocoder.org" target="_blank">vocoder.org</a>
|
||||||
|
<g-emoji class="g-emoji" alias="fireworks" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f386.png">🎆</g-emoji>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## @ Interwebz
|
||||||
|
|
||||||
|
* [barbican.org.uk: This is Public Space](https://www.barbican.org.uk/whats-on/2019/event/this-is-public-space)
|
||||||
|
* [upprojects.com: This is Public Space](https://www.upprojects.com/projects/this-is-public-space/)
|
||||||
|
|
||||||
|
## Doodle Doodle Doo
|
||||||
|
|
||||||
|
* [wet-signal-voice-garden.pdf](./media/wet-signal-voice-garden.pdf)
|
||||||
|
|
||||||
|
## Hackity Hack Hack
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git clone ssh://gitea@vvvvvvaria.org:12345/varia/vocoder.git
|
||||||
|
$ cd vocoder
|
||||||
|
$ python3 -m venv .venv
|
||||||
|
$ source .venv/bin/activate
|
||||||
|
$ pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
### Layers of the Onion
|
||||||
|
|
||||||
|
* [Flask](http://flask.palletsprojects.com/en/1.1.x/)
|
||||||
|
* [Leaflet](https://leafletjs.com)
|
||||||
|
* [Mappa.js](https://mappa.js.org)
|
||||||
|
* [p5.js](https://p5js.org)
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
TBD.
|
BIN
media/dudleys-vocoder.jpg
Normal file
BIN
media/dudleys-vocoder.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
18866
media/wet-signal-voice-garden.pdf
Normal file
18866
media/wet-signal-voice-garden.pdf
Normal file
File diff suppressed because one or more lines are too long
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
flask==1.1.1
|
Loading…
Reference in New Issue
Block a user