1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00

Fix WASAPI state reporting and add WASAPI loopback support.

This commit is contained in:
lllucius
2013-02-27 02:17:21 +00:00
parent 8c93f13b1d
commit 548983fd02
6 changed files with 5450 additions and 5194 deletions

View File

@@ -178,6 +178,14 @@ Patches:
Integration by upstream in progress. Will need updating as upstream
portaudio moves
portaudio-v19/wasapi-fix.patch Patch to WASAPI hostapi that corrects incorrect
reporting of stream open/running/closed state.
portaudio-v19/wasapi-loopback.patch Patch to add loopback devices to the WASAPI
hostapi.
portaudio-v19/jack.patch Patch to add JACK support to Windows.
?portaudio/libtool22.patch Patch from Gentoo to ensure that static libraries
are always built, not shared ones, otherwise the assumptions elsewhere in the
build system break. Not suitable for upstream, what is needed is more