From 70e2db0a9b921ecb87e315108305c1e6fac518a5 Mon Sep 17 00:00:00 2001 From: Piotr Pawlow Date: Wed, 10 Feb 2016 01:52:18 +0100 Subject: Fix audio device api table size. With Portaudio there are 4 audio APIs. --- src/lingot-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lingot-config.h') diff --git a/src/lingot-config.h b/src/lingot-config.h index 6324a6a..0370493 100644 --- a/src/lingot-config.h +++ b/src/lingot-config.h @@ -43,7 +43,7 @@ struct _LingotConfig { audio_system_t audio_system; - char audio_dev[3][80]; + char audio_dev[4][80]; int sample_rate; // soundcard sample rate. unsigned int oversampling; // oversampling factor. -- cgit v1.2.3