Lixie-Labs / Emotiscope

Let your eyes enjoy the music too ✨ Extremely low-latency audio processing lets LEDs perfectly synchronize to your music's notation and tempo.
GNU General Public License v3.0
27 stars 5 forks source link

Add Menu Toggle to choose between Softness modes #88

Closed connornishijima closed 1 month ago

connornishijima commented 2 months ago

1.0 uses 384 low pass filters at once for each color channel of each pixel, 1.1 uses a more efficient (but different looking) version: max(this_frame, last_frame*decay_amount).

Users should be able to choose which one they want. The old LPF is better for flicker reduction, the new phosphor decay is better for preserving brightness of fast moving objects on screen.

connornishijima commented 1 month ago

Closing this for now without plans for a new "softness" algorithm at this time, postposing the change to v1.2.