mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
d28b30736f
Looking too much result in increase of false-positive and vice-versa. So only look first 128 bytes of the file (after the ID3 tags). Also reject known audio file signature such as WAV, Ogg (Theora/Vorbis), and FLAC. Fixes #1939