projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.22k stars 364 forks source link

Improve Audio Data Processing and Spectrum Analyzer #745

Closed kblaschke closed 7 months ago

kblaschke commented 7 months ago

Reimplemented audio data processing to closely match Milkdrop's algorithms and resulting sample/spectrum values.

proejctM's previous implementation was very simplistic, and thus resulted in sample/beat detection values which weren't even close to what Milkdrop passes to presets. This PR changes/fixes the following audio-related issues:

Fixes issue #708.