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

30 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# GLaDOS Voice Pack for Dreame Vacuum Robots
2022-02-27 14:21:19 +01:00
2022-05-08 19:40:52 +02:00
Uses voice generation by [15.ai](https://15.ai/).
2022-02-27 14:21:19 +01:00
2022-05-08 19:40:52 +02:00
MD5 sum of the prepackaged `voice_pack.tar.gz`:
`8ebfabb9e23e169a5c9b867266f9d1ef`
2022-02-27 14:21:19 +01:00
2023-01-05 19:53:33 +01:00
Works at least with `L10 Pro`, `Z10 Pro`, `W10`, and `D9`.
2022-02-27 14:21:19 +01:00
## Installation
2022-02-27 14:21:19 +01:00
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`
2022-05-08 19:40:52 +02:00
- Language Code: `GLADOS`
- Hash: `8ebfabb9e23e169a5c9b867266f9d1ef`
- File size: `4325024` byte
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:
2022-02-27 14:21:19 +01:00
```
git clone https://github.com/Findus23/voice_pack_dreame
scp voice_pack_dreame/output/* root@<YOUR_ROBOT_ADDRESS>:/data/personalized_voice/GLADOS
2022-02-27 14:21:19 +01:00
```
2022-02-27 14:23:57 +01:00
-----
Thanks to https://github.com/ccoors/dreame_voice_packs for the inspiration and the list of sounds and 15.ai for the voice generation.