Frank

Results 20 issues of Frank

MOD files have some "meta data" that could be made available to users, maybe using the existing "AudioFileSourceID3" class. Actually i don't know if ID3 would be the right class...

How about adding something like an "automatic gain limiter" to the AudioOutput class? I imagine it the following way: * user does `output->setGain(2.5)` - or something which is a bit...

There is an open issue on ArduinoCore-megaAvr, that might also be applicable to MegaCoreX - at least the code in question look very similar: https://github.com/arduino/ArduinoCore-megaavr/issues/83 The origin is an enhancement...

I just saw that preset.cpp contains a somewhat 'crude hack' - see below. It might be dangerous: - the observation that user code runs on core 1, while system events...

### What happened? This is more a performance optimization that a real bug. On ESP32, any GPIO can be assigned to the I2C hardware driver - ESP32 has two I2C...

bug

### What happened? We received a bug report in SR WLED: When using autosave usermod changing global brightness bar does not trigger autosave procedure. https://github.com/atuline/WLED/issues/218 We made a temporary fix...

bug

Hi, This is a patch roll-up that we use in our project WLED - actually we cannot use newer IDF versions, because there are annoying bugs in the I2S and...

This update provides bug fixing & minor improvements for audioreactive usermod. It is based on the "MoonMod" version, but leaves out a few experimental features, like mic profiles and experimental...

### What happened? I've tried to build WLED on ESP32-S3, with `-D WLED_ENABLE_DMX` to get a firmware that supports DMX output devices. Without any DMX devices attached, ESP32-S3 first slows...

bug

**Is your feature request related to a problem? Please describe.** As we now support more MCUs (namely -S2, -S3, -C3), users sometimes want to share their build environments - good!...

enhancement