[2023-10-07] makemhr-3ccde15
Pre-release
Pre-release
·
1577 commits
to master
since this release
Commits
- migrate C++/CX to C++/WinRT (kcat#916) #916 (Deal)
- bc5b584: Shift the appropriate type (Chris Robinson)
- c53ed17: Avoid casting an integer literal (Chris Robinson)
- 43d6ee5: Update AppVeyor to use VS 2019 (Chris Robinson)
- 2e24d1e: Fix cppwinrt exception type capture (kcat#918) (Deal) #918
- 6474615: Support resampling with WASAPI spatial audio output (Chris Robinson)
- acc618a: Match the output sample rate if not requesting one (Chris Robinson)
- 4fb1c23: Honor the wasapi allow-resampler option with spatial sound output (Chris Robinson)
- f4eb928: Compile with c++20 support (kcat#920) (Deal) #920
- d74dd7b: Make cppwinrt version configurable (kcat#919) (Deal) #919
- 4f596d1: Use std::array instead of a C-style array (Chris Robinson)
- 3ab2ca2: Constify some pointers to indicate they won't change (Chris Robinson)
- 43a57e0: Set the appropriate padding size (Chris Robinson)
- 67fb29e: Don't inline a couple more template functions (Chris Robinson)
- fbe9d42: Ensure the WASAPI resample buffer is cleared when mixing starts (Chris Robinson)
- 014fb03: Add a wrapper for COM initialization (Chris Robinson)
- cd09bd9: Get the default WASAPI device on UWP (Chris Robinson)
- 32b89db: Declare a missing variable (Chris Robinson)
- 340a22b: Improve ambisonic rotator coefficient accuracy (Chris Robinson)
- 23cc00e: Clear the 0 and half-frequency bins for the phase shift filter (Chris Robinson)
- 28ebc90: Avoid inline assembly for getting/setting SSE state (Chris Robinson)
- 6a70a30: Include a copy of PFFFT (Chris Robinson)
- f1bf7a4: Use PFFFT for the convolution effect (Chris Robinson)
- 3ccde15: Fix x86-64 MSVC check (Chris Robinson)