Update utils.py

This commit is contained in:
Anthony Samms
2025-11-12 00:35:18 -05:00
parent 6f9d353d14
commit 2da64ec30a

View File

@@ -88,6 +88,7 @@ def get_config() -> Config:
if sys.platform == "win32":
ffi = cffi.FFI()
ffi.cdef("""
typedef int PaHostApiIndex;
const char* get_host_api_name(PaHostApiIndex hostApi);
""")
lib = ffi.dlopen("libaudio.dll")