Commit Graph

24 Commits (ec7c83a58ea634c9dad4cf391508aa2f257de228)

Author SHA1 Message Date
Stenzek eab4271bf7
dep/cubeb: Only include connected devices when enumerating wasapi
Otherwise you just get a ton of unusable outputs.
10 months ago
Stenzek 872cee908c
dep/cubeb: Sync to 19fcbef
And apply PR #740 (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.
10 months ago
Stenzek 1b948aab62
dep/cubeb: Minimize and update to 54217bc 1 year ago
Stenzek 5da65c237d dep/cubeb: Disable winmm on Windows/ARM64
Needs ksuser.lib, which is incompatible with clang-cl..
1 year ago
Stenzek be71fb6000 dep/cubeb: C++20 warning fixes 2 years ago
Connor McLaughlin 4025350457 dep/cubeb: Fix building without doxygen installed 3 years ago
Connor McLaughlin 3cc020069b dep/cubeb: Linux build fix 3 years ago
Connor McLaughlin 609b050676 dep/cubeb: Add cubeb_get_backend_names() 3 years ago
Connor McLaughlin 8f45bf7f27 dep/cubeb: Update to dc511c6 3 years ago
Connor McLaughlin 5da9edceb9 Build: Unify MSBuild options in props files 4 years ago
Christopher Snowhill 1d7a7bc842 cubeb: Adjust cubeb_jack to build on latest macOS 4 years ago
Connor McLaughlin aa57ec6105 dep/cubeb: Work around strlcpy not existing on Linux 4 years ago
Albert Liu b9c5d5b8a3 dep/cubeb: Update to 860bf2b 4 years ago
Connor McLaughlin 0f8f9bc052 dep/cubeb: Update to 85f1cf4 4 years ago
Albert Liu 47bf9862bc dep/cubeb: Update to 70fadbf 4 years ago
Connor McLaughlin a036ae92e8 dep/cubeb: Compile fix for MSVC 4 years ago
Connor McLaughlin f5f3b3f5d1 dep/cubeb: Add missing oss_i4_v4.c test file 4 years ago
Connor McLaughlin 045866506f dep/cubeb: Update to 1d66483 4 years ago
Connor McLaughlin 49cea927f0 Build: Add ARM64 platform for Windows 4 years ago
Connor McLaughlin c5db7db182 Build: Compile source as UTF-8 with MSVC 5 years ago
Connor McLaughlin f41475ae8f Build: Compile cubeb in C++14 mode on MSVC 5 years ago
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.
5 years ago
Connor McLaughlin 4de82bda6d Linux build for cubeb 5 years ago
Connor McLaughlin 3ba98e6ef8 dep: Add cubeb 5 years ago