xiphonics / picoTracker

BSD 3-Clause "New" or "Revised" License
213 stars 19 forks source link

Support case insensitive .wav extension. #209

Open simotek opened 4 months ago

simotek commented 4 months 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 4 months 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.