-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
MaulingMonkey edited this page Feb 18, 2024
·
6 revisions
[docs,
milestone,
diff]
thindx-xaudio2
only: Re-export xaudio2::HResult{,Error}
Internal changes:
- Avoid
eprint!
when catching panics, as it can panic, which is theoretically UB in the xaudio2 threads. - Internal simplifications
[docs, milestone, diff] API cleanup
API changes:
- Marked
xaudio2::create
unsafe
, allowedNone
forprocessor
. - Removed
IXAudio2SourceVoiceTyped
in favor of newxaudio2::SourceVoiceDynamic
- Introduced
thindx_xaudio2::disable_catch_unwind
Internal changes:
- Fixed another spatial provenance issue: 4d767b3
- Diagnosed lingering instability as an actual hardware issue with executing AVX instructions on my system: #20
Other:
- Introduced
examples/play-wav.rs