fix double free bug, add logging, update to python 3.14

This commit is contained in:
Anthony Samms
2025-10-27 18:41:28 -04:00
parent 104ec726b0
commit 3b0a6bed97
29 changed files with 739 additions and 640 deletions

View File

@@ -77,6 +77,10 @@ void set_log_level(int level);
* Print available host APIs to the console
*/
void list_host_apis(void);
/**
* Get the name of a host API by index
*/
const char* get_host_api_name(PaHostApiIndex hostApi);
/**
* Initialize the audio device and system
* Must be called before using any other audio functions