democloid / picoTracker

BSD 3-Clause "New" or "Revised" License
183 stars 17 forks source link

Support case insensitive .wav extension. #209

Open simotek opened 2 weeks ago

simotek commented 2 weeks ago

I came across some files using .WAV as an extension. on Linux this is reasonably straight forward to fix but on other OS's it might be much harder, it wouldn't supprise me if .Wav also exists so it would be good to support all these.

maks commented 2 weeks ago

great point @simotek 👍🏻 I'm actually doing some work in this part of the codebase so I'll change it to make the extension check be case insensitive.