Commit Graph

24 Commits (b2577ef8bdaae99840874b6dae8146f0316357b4)

Author SHA1 Message Date
Stenzek eab4271bf7
dep/cubeb: Only include connected devices when enumerating wasapi
Otherwise you just get a ton of unusable outputs.
Stenzek 872cee908c
dep/cubeb: Sync to 19fcbef
And apply PR  (Re-enable and polish IAudioClient3 to achieve lower
latencies).

`*latency_frames = min_period;` in wasapi_get_min_latency was changed to
`*latency_frames = hns_to_frames(params.rate, min_period_rt);`, as
otherwise it reports in mixer frames, not stream frames.
Stenzek 1b948aab62
dep/cubeb: Minimize and update to 54217bc
Stenzek 5da65c237d dep/cubeb: Disable winmm on Windows/ARM64
Needs ksuser.lib, which is incompatible with clang-cl..
Stenzek be71fb6000 dep/cubeb: C++20 warning fixes
Connor McLaughlin 4025350457 dep/cubeb: Fix building without doxygen installed
Connor McLaughlin 3cc020069b dep/cubeb: Linux build fix
Connor McLaughlin 609b050676 dep/cubeb: Add cubeb_get_backend_names()
Connor McLaughlin 8f45bf7f27 dep/cubeb: Update to dc511c6
Connor McLaughlin 5da9edceb9 Build: Unify MSBuild options in props files
Christopher Snowhill 1d7a7bc842 cubeb: Adjust cubeb_jack to build on latest macOS
Connor McLaughlin aa57ec6105 dep/cubeb: Work around strlcpy not existing on Linux
Albert Liu b9c5d5b8a3 dep/cubeb: Update to 860bf2b
Connor McLaughlin 0f8f9bc052 dep/cubeb: Update to 85f1cf4
Albert Liu 47bf9862bc dep/cubeb: Update to 70fadbf
Connor McLaughlin a036ae92e8 dep/cubeb: Compile fix for MSVC
Connor McLaughlin f5f3b3f5d1 dep/cubeb: Add missing oss_i4_v4.c test file
Connor McLaughlin 045866506f dep/cubeb: Update to 1d66483
Connor McLaughlin 49cea927f0 Build: Add ARM64 platform for Windows
Connor McLaughlin c5db7db182 Build: Compile source as UTF-8 with MSVC
Connor McLaughlin f41475ae8f Build: Compile cubeb in C++14 mode on MSVC
Connor McLaughlin 3daa6b469a Build: Explicitly disable spectre mitigations
Mitigations-off gave a roughly 20-25% boost in performance on my laptop
(i7-7700HQ), even with the recompiler.

It seems AppVeyor was building with them enabled. You shouldn't treat an
emulator like a sandbox and run untrusted code in it amyway.
Connor McLaughlin 4de82bda6d Linux build for cubeb
Connor McLaughlin 3ba98e6ef8 dep: Add cubeb