Changelog - MaulingMonkey/thindx-xaudio2 GitHub Wiki
[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::createunsafe, allowedNoneforprocessor. - Removed
IXAudio2SourceVoiceTypedin 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