diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sound.h b/src/sound.h index 29ec561..db8d581 100644 --- a/src/sound.h +++ b/src/sound.h @@ -2,13 +2,12 @@ #define SOUND_H #include <portaudio.h> - #include "synth_engine.h" /* #define SAMPLE_RATE (44100) */ /* #define FRAMES_PER_BUFFER (256) */ -void init_sound(synth_t * synth, PaStreamCallback *streamCallback, const int device_id); +void init_sound(synth_t * synth, PaStreamCallback *streamCallback, const char * device_name); char *get_soundcards(); int get_soundcard_id(const char * name); |