mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
minor fixes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <portaudio.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -78,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(void);
|
||||
void init_audio_device(PaHostApiIndex host_api, double sample_rate);
|
||||
|
||||
/**
|
||||
* Close the audio device and cleanup resources
|
||||
|
||||
Reference in New Issue
Block a user