Matrix Voice ESP32 MQTT Audio Streamer Versions Save

The repo has implementing an esp32 standalone MQTT audio streamer. Is is desinged to work as a satellite for Rhasspy (https://rhasspy.readthedocs.io/en/latest/). It supports multiple devices

v7.9.1

1 year ago

Bugfixes

v7.9

1 year ago
- Defines and adds MCK pin to I2S config
- pin espressif32 to 4.2.0 due to error
- set ArduinoJson to latest fixed version
- Added new device - inmp441max98357afastled

v7.8.3

1 year ago

Fix #99

v7.8.2

1 year ago

Some issues fixed

v7.8.1

2 years ago

Fixed audio output on Matrix Voice. 44100 stereo plays a bit too slow due to an unknown bug.

v7.8

2 years ago

New version with animation for Matrix Voice and M5 Atom Echo. Also, all the various states have different colors, configurable by MQTT for now but a webUI config is on the todo list.

v7.7

2 years ago
  • Added ESP32_POE_ISO and TAUDIO
  • Added animation function, work in progress
  • Added Speaking state for animation preparation (works for matrixvoice)

v7.6.1

2 years ago
- Adding better logic for saving settings in webUI
- Add actual hardware capabilities in webUI
- Restructure AudioKit code

v7.6

2 years ago

Thanks to the work of @hogthrob the majority of the audio playback should be fixed. When using 44100 some jitter might occur, but no hissing or cracking

v7.5.1

2 years ago

Saving of the configuration was causing unexpected instability issues. Now, when a save is needed, the system reboots.

Removed local hotword setting from UI and code until local hotword is ready.