You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
42
-**ASIO**: Timestamps now include driver-reported hardware latency.
43
43
-**ASIO**: Hardware latency is now re-queried when the driver reports `kAsioLatenciesChanged`.
44
44
-**ASIO**: Stream error callback now receives `StreamError::BufferUnderrun` on `kAsioResyncRequest`.
45
-
-**ASIO**: Stream error callback now receives `StreamError::StreamInvalidated` when the driver reports a sample rate change (`sampleRateDidChange`) of 1 Hz or more from the configured rate.
45
+
-**ASIO**: Stream error callback now receives `StreamError::StreamInvalidated` when the driver reports a sample
46
+
rate change (`sampleRateDidChange`) of 1 Hz or more from the configured rate.
47
+
-**AudioWorklet**: `BufferSize::Fixed` now sets `renderSizeHint` on the `AudioContext`.
46
48
-**CoreAudio**: Timestamps now include device latency and safety offset.
47
49
-**JACK**: Timestamps now use the precise hardware deadline.
48
50
-**Linux/BSD**: Default host in order from first to last available now is: PipeWire, PulseAudio, ALSA.
0 commit comments