Change LICENSE to MIT from GPLv3

This commit is contained in:
Uttarayan Mondal
2021-06-27 21:06:22 +05:30
parent cd7322bbf2
commit e49bbfb6c2
2 changed files with 35 additions and 675 deletions
+14 -1
View File
@@ -4,8 +4,21 @@ rust bindings for the python module [google_speech][google_speech].
Check [desbma/google_speech][google_speech] for installation instructions (You need the python module to make this crate work).
TL;DR
```bash
pip install google_speech
```
Only has `Speech`.
Then install sox and mp3 dependencies for sox
For archlinux
```bash
sudo pacman -S sox libmad libid3tag twolame
```
Only has `Speech`.
`SpeechSegment` not implemented.