Skip to content

Commit

Permalink
Update matrixvoice.md to use github repo instead of matrix.io repo
Browse files Browse the repository at this point in the history
Since the matrix.io repo is offline, it is not possible to follow the linked guide in the Readme.

The repo https://github.com/qnlbnsl/Matrix-IO provides an updated version of matrix-creator-init, which is working (at the time of writing).
  • Loading branch information
jlaba authored Dec 16, 2023
1 parent df4cd1f commit 3962ed8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion matrixvoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
To get the code running I suggest you first reset the Voice if you have flashed it previously

- Follow Step 1 and 2 (or all steps) from this guide https://matrix-io.github.io/matrix-documentation/matrix-voice/esp32/

Since the matrix.io repository at apt.matrix.one is offline, install the matrix-creator-init by using this repo https://github.com/qnlbnsl/Matrix-IO
- Once your environment is set up go into the PlatformIO directory
- Copy and configure the `settings.ini.example` to `settings.ini` and configure the proper parameters. Any `$` in the `settings.ini` will be threated as an environment variable, did not find a way to escape it yet, fixes or workarounds are welcome
- Set the device_type to 1 in the settings.ini
Expand All @@ -12,4 +14,4 @@ To get the code running I suggest you first reset the Voice if you have flashed
- If you change code and OTA does not work anymore for some reason, you can always start over by doing the "get started" part except for the first bullet

## Known issues
- As per this issue https://github.com/Romkabouter/ESP32-Rhasspy-Satellite/issues/94 the Matrix Voice only supports buster. Read that issue for a possible work-around
- As per this issue https://github.com/Romkabouter/ESP32-Rhasspy-Satellite/issues/94 the Matrix Voice only supports buster. Read that issue for a possible work-around

0 comments on commit 3962ed8

Please sign in to comment.