From 0975dcf249d840e727a21fd43619a9fa8d7f0fcd Mon Sep 17 00:00:00 2001 From: Matthias Mayr Date: Sun, 8 May 2022 19:28:21 +0200 Subject: [PATCH 1/2] Docs: Adds concrete installation instructions --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 754e5e3..584e0ac 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,25 @@ -### GLaDOS Voice Pack for Dreame Vacuum Robots +# GLaDOS Voice Pack for Dreame Vacuum Robots using voice generation by [15.ai](https://15.ai/) -md5: `c34109f9012b855a42096d7987dd9bd5` +md5 sum of the prepackaged `voice_pack.tar.gz`: `c34109f9012b855a42096d7987dd9bd5` --------------- +## 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@:/data/personalized_voice/GLADOS ``` ----- From 1c8bc0945bc42de9e8b65e0012c0558a050068db Mon Sep 17 00:00:00 2001 From: Matthias Mayr Date: Sun, 8 May 2022 19:40:52 +0200 Subject: [PATCH 2/2] Minor: Improves readme.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 584e0ac..2ed8f47 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ # 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 sum of the prepackaged `voice_pack.tar.gz`: `c34109f9012b855a42096d7987dd9bd5` +MD5 sum of the prepackaged `voice_pack.tar.gz`: +`c34109f9012b855a42096d7987dd9bd5` +Works at least with `L10 Pro` and `Z10 Pro`. ## 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` + - Language Code: `GLADOS` - Hash: `c34109f9012b855a42096d7987dd9bd5` 1. Click "Set Voice Pack"