mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
many optimizations and bug fixes
This commit is contained in:
@@ -79,7 +79,7 @@ void list_host_apis(void);
|
||||
* Initialize the audio device and system
|
||||
* Must be called before using any other audio functions
|
||||
*/
|
||||
void init_audio_device(PaHostApiIndex host_api, double sample_rate);
|
||||
void init_audio_device(PaHostApiIndex host_api, double sample_rate, unsigned long buffer_size);
|
||||
|
||||
/**
|
||||
* Close the audio device and cleanup resources
|
||||
|
||||
Reference in New Issue
Block a user