diff --git a/PlatformIO/src/Satellite.cpp b/PlatformIO/src/Satellite.cpp index 3512bc8..d06b32d 100644 --- a/PlatformIO/src/Satellite.cpp +++ b/PlatformIO/src/Satellite.cpp @@ -90,6 +90,9 @@ v7.5.1 - Saving the configuration now reboots due to instablility issue in disconnecting MQTT - Remove hotword method from UI and hard setting to REMOTE until local works again + v7.6 + - Using ESP32 IDF FreeRTOS wrapper for the ringbuffer should fix audio playback + - Support for ESP32 A1S * ************************************************************************ */ diff --git a/README.md b/README.md index 4e15777..57b05d3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ Support for Snips is dropped. [Audio Kit](audiokit.md) +[INMP441](inmp441.md) + +[MAX98357a](inmp441max98357a.md) + ## MQTT commands The ESP32 Satellite is subscribed to various topics. @@ -58,8 +62,8 @@ Restart the device by publishing {"passwordhash":"yourpasswordhash"} to SITEID/r ## Known issues -- Uploading sometimes fails or an error is thrown when the uploading is done. -- Audio playback with sample rate higher than 22050 can lead to hissing/cracking/distortion. Recommended is to use a samplerate of 16000 +- Uploading sometimes fails or an error is thrown when the uploading is done. Lower the uploadspeed to fix it +- Audio playback with sample rate higher than 44100 can lead to jitter due to network. Recommended is to use a samplerate of 16000 or 22050 - Audio playback with matrix voice is not good, code needs to resample to 44100. WIP - Update colors do not work yet