|
1 | 1 | # Unreleased
|
2 | 2 |
|
3 |
| -- All error enums are now `Clone`. |
| 3 | +# Version 0.16.0 (2024-06-06) |
| 4 | + |
| 5 | +- Migrate from `oboe` to `ndk::audio`. **NOTE:** This raises the minimum Android API version to 26 (Android 8/Oreo). |
| 6 | +- `SampleFormat` now impls `PartialOrd`, `Ord` and `Hash`. |
| 7 | +- All error enums are now `Clone`, `PartialEq`, `Eq` and `Hash`. |
| 8 | +- Added optional `supports_input`/`output` methods to `DeviceTrait`. |
| 9 | +- Added 384000Hz to `COMMON_SAMPLE_RATES`. |
| 10 | +- Added constructors for `InputCallbackInfo`, `OutputCallbackInfo` and `StreamInstant`. |
| 11 | +- Added `Default` impl for `Host`. |
| 12 | +- Set realtime priority for stream threads in ALSA and WASAPI. |
| 13 | +- AAudio: Improve device names. |
| 14 | +- ALSA: Don't panic when handling invalid stream timestamps. |
| 15 | +- ALSA: Improved card enumeration. |
| 16 | +- ALSA: Fix infinite loop on broken pipes. |
| 17 | +- ASIO: Fix build failure on Windows. |
| 18 | +- ASIO: Add support for int24. |
| 19 | +- CoreAudio: Fix callback being called after dropping the stream. |
| 20 | +- CoreAudio: Fix non-default audio output. |
| 21 | +- CoreAudio: Fix handling of integer input formats. |
| 22 | +- WASAPI: Fixed memory leak. |
| 23 | +- WASAPI: Remove usage of `eval`. |
| 24 | +- Update `jack` dependency to 0.13. |
| 25 | +- Update `coreaudio-rs` dependency to 0.13. |
4 | 26 |
|
5 | 27 | # Version 0.15.3 (2024-03-04)
|
6 | 28 |
|
|
0 commit comments