WAV audio loader and writer. Choice of public domain or MIT-0. See license statements at the end of this file.
WAV audio loader and writer. Choice of public domain or MIT-0. See license statements at the end of this file.
dr_wav - v0.12.4 - 2020-05-16
dr_wav - v0.12.5 - 2020-05-27
David Reid - mackron@gmail.com
David Reid - mackron@gmail.com
...
@@ -15,7 +15,7 @@ Version 0.12 includes breaking changes to custom chunk handling.
...
@@ -15,7 +15,7 @@ Version 0.12 includes breaking changes to custom chunk handling.
Changes to Chunk Callback
Changes to Chunk Callback
-------------------------
-------------------------
dr_wav supports the ability to fire a callback when a chunk is encounted (except for WAVE and FMT chunks). The callback has been update to include both the
dr_wav supports the ability to fire a callback when a chunk is encounted (except for WAVE and FMT chunks). The callback has been updated to include both the
container (RIFF or Wave64) and the FMT chunk which contains information about the format of the data in the wave file.
container (RIFF or Wave64) and the FMT chunk which contains information about the format of the data in the wave file.
Previously, there was no direct way to determine the container, and therefore no way discriminate against the different IDs in the chunk header (RIFF and
Previously, there was no direct way to determine the container, and therefore no way discriminate against the different IDs in the chunk header (RIFF and