phoboslab / qoa

The “Quite OK Audio Format” for fast, lossy audio compression
MIT License
752 stars 42 forks source link

Support for WAV fmt chunks of 18 bytes #39

Closed P-i-N closed 9 months ago

P-i-N commented 9 months ago

WAV files with WAVEFORMATEX structure have 18 byte fmt header.

See the answer here: https://stackoverflow.com/a/24078190/388378