mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
fix double free bug, add logging, update to python 3.14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user