1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

added vspeech & vave

This commit is contained in:
Abdullah Atta 2019-12-12 05:38:29 +05:00 committed by GitHub
parent ea1635fdfe
commit 3b88aae755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,10 @@ A curated list of awesome V frameworks, libraries, software and resources.
### Graphics
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.
### Audio
* [vave](https://github.com/thecodrr/vave) - 🌊 A crazy simple library for reading/writing WAV files in V.
* [vspeech](https://github.com/thecodrr/vspeech) - 📢 Complete V bindings for Mozilla's DeepSpeech TensorFlow based Speech-to-Text library. 📜
### Text processing
* [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.
* [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal.