adamstark/AudioFile

Request: add support for wave files with 32-bit samples

Sidelobe opened this issue · 3 comments

Currently, 8, 16 and 24 are supported.
I know 32 is less common, but it's probably very little effort to add.

Yes, a very good suggestion! I'll do that once I next find a bit of time to work on the library :)

I've made a couple of modifications and have 32 bit wave file reading and writing working (added corresponding unit tests and test data)

I'd be happy to push to a feature branch so I can create a pull request for you to review 😃

Sure, if you want to do a pull request I can take a look! And thanks! :)