summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPiotr Pawlow <pp@siedziba.pl>2016-02-10 01:52:18 +0100
committerPiotr Pawlow <pp@siedziba.pl>2016-02-10 01:52:18 +0100
commit70e2db0a9b921ecb87e315108305c1e6fac518a5 (patch)
treeb01ec044dd81481e5ecd72e86d9b52d8a36a0a14
parent56acbfafc18f8716959ee7e0abe3bbfeb8f81056 (diff)
Fix audio device api table size.
With Portaudio there are 4 audio APIs.
-rw-r--r--src/lingot-config.h2
1 files changed, 1 insertions, 1 deletions
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.