Open simotek opened 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.
.WAV
.Wav
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.
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.