Skip to content

Releases: digidocs/squeezelite-esp32

noise-burst-and-eq-update-rc1-I2S-4MFlash

27 Aug 02:06
Compare
Choose a tag to compare

Fixes both noise burst on ESP32 crash and equalizer failure to update
Target: I2S-4MFlash-sdkconfig

noise-burst-and-eq-update-rc1

23 Aug 04:27
Compare
Choose a tag to compare
Pre-release

Fixes both noise burst on ESP32 crash and equalizer failure to update

Noise burst fix RC1

20 Aug 00:50
40a698e
Compare
Choose a tag to compare
Noise burst fix RC1 Pre-release
Pre-release

When a panic (crash) occurs during playback, the I2S interface can produce a loud noise burst. This firmware intercepts the system panic handler to "emergency stop" the I2S interface to prevent the noise burst from happening. This firmware also adds an "abort" command to the command interface that can be used to test this feature.