1
0
Fork 0
mirror of https://github.com/Findus23/voice_pack_dreame.git synced 2024-09-19 15:13:50 +02:00

Merge pull request #2 from matthiashh/pr_readme

Adds more concrete installation instructions to Readme
This commit is contained in:
Lukas Winkler 2022-05-09 23:17:55 +02:00 committed by GitHub
commit 514ea5ccf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,27 @@
### GLaDOS Voice Pack for Dreame Vacuum Robots
# GLaDOS Voice Pack for Dreame Vacuum Robots
using voice generation by [15.ai](https://15.ai/)
Uses voice generation by [15.ai](https://15.ai/).
md5: `c34109f9012b855a42096d7987dd9bd5`
MD5 sum of the prepackaged `voice_pack.tar.gz`:
`c34109f9012b855a42096d7987dd9bd5`
Works at least with `L10 Pro` and `Z10 Pro`.
--------------
## Installation
Interestingly on my L10 Pro running `Valetudo 2022.03.0` the .tar.gz doesn't seem to work (`/data/personalized_voice/GLADOS` stays empty). But as the setting is set correctly, copying the files into the right directory seems to work:
1. In Valetudo go to "Robot Settings" -> "Misc Settings"
1. Enter the following information in the "Voice packs" section:
- URL: `https://github.com/Findus23/voice_pack_dreame/raw/main/voice_pack.tar.gz`
- Language Code: `GLADOS`
- Hash: `c34109f9012b855a42096d7987dd9bd5`
1. Click "Set Voice Pack"
Interestingly on my L10 Pro running `Valetudo 2022.03.0` the .tar.gz doesn't seem to work and the newly created folder `/data/personalized_voice/GLADOS` stays empty.
However, the language code is set correctly in Valetudo and manually copying the files into the right directory works:
```
scp output/* root@staubsauger.fritz.box:/data/personalized_voice/GLADOS
git clone https://github.com/Findus23/voice_pack_dreame
scp voice_pack_dreame/output/* root@<YOUR_ROBOT_ADDRESS>:/data/personalized_voice/GLADOS
```
-----