Skip to content

Commit

Permalink
Add patch to skip jack-asio-bridge in portaudio asio driver
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 28, 2023
1 parent aba5248 commit c059865
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/portaudio19/05_skip-jack-asio-bridge.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/hostapi/asio/pa_asio.cpp b/src/hostapi/asio/pa_asio.cpp
index f230d87..5f03ab2 100644
--- a/src/hostapi/asio/pa_asio.cpp
+++ b/src/hostapi/asio/pa_asio.cpp
@@ -1296,6 +1296,8 @@ PaError PaAsio_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex

if ( strcmp (names[i],"ASIO DirectX Full Duplex Driver") == 0
|| strcmp (names[i],"ASIO Multimedia Driver") == 0
+ || strcmp (names[i],"JackRouter") == 0
+ || strcmp (names[i],"MOD App") == 0
|| strncmp(names[i],"Premiere",8) == 0 //"Premiere Elements Windows Sound 1.0"
|| strncmp(names[i],"Adobe",5) == 0 //"Adobe Default Windows Sound 1.5"
)

0 comments on commit c059865

Please sign in to comment.