AudioFile icon indicating copy to clipboard operation
AudioFile copied to clipboard

add support for 64bit WAVE files

Open Rengati opened this issue 4 years ago • 3 comments

Rengati avatar Nov 24 '20 09:11 Rengati

Hi, Thanks for this librairy, I have added a support for 64bit WAVE files for my personnal use and I think I could be useful to other people. If the pull request is not in the correct format please let me know and I will make the necessary changes.

Rengati avatar Nov 24 '20 09:11 Rengati

Hi there, thanks for this pull request. It looks good - am I right in thinking that IEEEFloat can refer to either 32-bit or 64-bit encoding? Or is there a separate encoding flag for 64-bit floats?

I will also need to write some unit tests for this too, but I'll try and do that soon :)

adamstark avatar Jan 23 '21 19:01 adamstark

Hi, Yes you are rigth, IEEEfloat works the same way for 32-bit and 64-bit (cf. https://en.wikipedia.org/wiki/IEEE_754#Basic_and_interchange_formats)

Rengati avatar Jan 25 '21 11:01 Rengati