Commit 83dd6593 authored by David Reid's avatar David Reid

Update revision history.

parent 729b55be
...@@ -64184,6 +64184,9 @@ v0.10.32 - TBD ...@@ -64184,6 +64184,9 @@ v0.10.32 - TBD
- WASAPI: No longer return an error from ma_context_get_device_info() when an exclusive mode format - WASAPI: No longer return an error from ma_context_get_device_info() when an exclusive mode format
cannot be retrieved. cannot be retrieved.
- PulseAudio: Yet another refactor, this time to remove the dependency on `pa_threaded_mainloop`. - PulseAudio: Yet another refactor, this time to remove the dependency on `pa_threaded_mainloop`.
- Web Audio: Fix a bug on Chrome and any other browser using the same engine.
- Web Audio: Automatically start the device on some user input if the device has been started. This
is to work around Google's policy of not starting audio if no user input has yet been performed.
- Fix a bug where thread handles are not being freed. - Fix a bug where thread handles are not being freed.
- Fix some static analysis warnings in FLAC, WAV and MP3 decoders. - Fix some static analysis warnings in FLAC, WAV and MP3 decoders.
- Update to latest version of c89atomic. - Update to latest version of c89atomic.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment