https://github.com/findus23/voice_pack_dreame
A GLaDOS Voice Pack for Dreame Vaccum Robots generated using 15.ai
https://github.com/findus23/voice_pack_dreame
Last synced: 11 months ago
JSON representation
A GLaDOS Voice Pack for Dreame Vaccum Robots generated using 15.ai
- Host: GitHub
- URL: https://github.com/findus23/voice_pack_dreame
- Owner: Findus23
- Created: 2022-02-27T13:24:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T16:08:42.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T17:58:19.503Z (12 months ago)
- Language: Python
- Homepage:
- Size: 12.4 MB
- Stars: 50
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GLaDOS Voice Pack for Dreame Vacuum Robots
Uses voice generation by [15.ai](https://15.ai/).
MD5 sum of the prepackaged `voice_pack.tar.gz`:
`8ebfabb9e23e169a5c9b867266f9d1ef`
Works at least with `L10 Pro`, `Z10 Pro`, `W10`, and `D9`.
## Installation
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: `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:
```
git clone https://github.com/Findus23/voice_pack_dreame
scp voice_pack_dreame/output/* root@:/data/personalized_voice/GLADOS
```
-----
Thanks to https://github.com/ccoors/dreame_voice_packs for the inspiration and the list of sounds and 15.ai for the voice generation.