Skip to content

Commit 80d8930

Browse files
committed
Add PaWasapi_IsLoopback() to cdef
1 parent a56cdb9 commit 80d8930

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sounddevice_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@
307307
PaWasapiStreamCategory streamCategory;
308308
PaWasapiStreamOption streamOption;
309309
} PaWasapiStreamInfo;
310+
311+
int PaWasapi_IsLoopback( PaDeviceIndex device );
310312
""")
311313

312314
ffibuilder.cdef("""

0 commit comments

Comments
 (0)