many optimizations and bug fixes

This commit is contained in:
Anthony Samms
2025-09-18 10:26:12 -04:00
parent 3fc0c80e0a
commit 92e6197fd2
17 changed files with 398 additions and 300 deletions

View File

@@ -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