From f57f78d4bff27c21f6b31ae923c0c3d537bd8878 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 29 Feb 2020 12:17:18 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index a761fd0e..a9e490f1 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -41895,7 +41895,8 @@ v0.10.xx - TBD - White - Pink - Brownian - - Add encoding API (ma_encoder). This only support outputting to WAV files via dr_wav. + - Add encoding API (ma_encoder). This only supports outputting to WAV files via dr_wav. + - More meaningful result codes are now returned when a file fails to open. - Internal functions have all been made static where possible. - Fix potential crash when ma_device object's are not aligned to MA_SIMD_ALIGNMENT. - Fix a bug in ma_decoder_get_length_in_pcm_frames() where it was returning the length based on the internal sample rate rather than the output sample rate.