rust_musiclight/src
Thomas Kolb c08f24f8dc Reset send timing if lag becomes too high
This happens always if the input stream stops (for example, if the MPD
is paused). If the timing is not reset in this case, the program starts
spamming the target with UDP packets, resulting in unpredictable
animation behaviour.
2021-04-04 17:59:46 +00:00
..
animation.rs particles animation: config tuning 2021-03-10 22:18:29 +01:00
config.rs Started implementing the UDP protocol 2021-02-22 23:24:32 +01:00
main.rs Reset send timing if lag becomes too high 2021-04-04 17:59:46 +00:00
signal_processing.rs Support overlapping FFT blocks 2021-02-19 23:26:28 +01:00
udpproto.rs UDPProto: Fixed index-out-of-bounds bug 2021-03-18 21:22:30 +01:00