1
0
Fork 0
mirror of https://github.com/Findus23/voice_pack_dreame.git synced 2024-09-16 11:53:44 +02:00
A GLaDOS Voice Pack for Dreame Vaccum Robots generated using 15.ai
Find a file
2023-01-05 19:55:59 +01:00
output add audio files 2022-02-27 14:25:03 +01:00
.gitignore finished code 2022-02-27 14:17:13 +01:00
choices.yaml finished code 2022-02-27 14:17:13 +01:00
export.py finished code 2022-02-27 14:17:13 +01:00
fifteen_ai_api.py also commit API 2022-02-27 14:17:24 +01:00
main.py finished code 2022-02-27 14:17:13 +01:00
poetry.lock finished code 2022-02-27 14:17:13 +01:00
pyproject.toml finished code 2022-02-27 14:17:13 +01:00
README.md add support for dream d9 to readme 2023-01-05 19:53:33 +01:00
sound_list.csv update sound list from stock audio files 2022-02-27 13:54:16 +01:00
voice_pack.tar.gz actually gzip archive 2022-11-20 19:46:12 +01:00

GLaDOS Voice Pack for Dreame Vacuum Robots

Uses voice generation by 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"
  2. 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
  3. 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@<YOUR_ROBOT_ADDRESS>:/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.