From 13f1d31a85bc39deef6cd2d3d896c385b1070201 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 22 Jan 2022 12:09:44 +1000 Subject: [PATCH] Update CHANGES. --- CHANGES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 95650d5c..238ea4e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,15 @@ -v0.11.6 - TBD +v0.11.6 - 2022-01-22 ==================== * WASAPI: Fix a bug where the device is not stopped when an error occurrs when writing to a playback device. +* PulseAudio: Fix a rare crash due to a division by zero. * The node graph can now be used as a node. This allows node graphs to be connected to other node graphs. * Fix a crash with high-pass and band-pass filters. * Fix an audio glitch when mixing engine nodes (ma_sound and ma_sound_group). +* Add some new helper APIs for cursor and length retrieval: + - ma_data_source_get_cursor_in_seconds() + - ma_data_source_get_length_in_seconds() + - ma_sound_get_cursor_in_seconds() + - ma_sound_get_length_in_seconds() v0.11.5 - 2022-01-16