BR: AudioFormatManager fails on Windows with 64 bit files

I came across an odd bug reading in Wav files using AudioFormatManager::createReaderFor(). For whatever reason, I have several .wav files that report a bit depth of 32 float, but source format of 64 bit floating point. Adobe Audition, Quicktime and several other apps have no problem opening the files, and JUCE reads them on Mac, but they fail on Windows. On Mac, it looks like the WavAudioFormat reader fails, but CoreAudioFormat opens them. I’m guessing that this format may not be very common, but again, quite a few other apps open them just fine.

1 Like

+1 this is overdue

See this old feature request

“Works on my machine”: Commits · jrlanglois/JUCE · GitHub

2 Likes