diff options
| author | Piotr Pawlow <pp@siedziba.pl> | 2016-02-10 01:52:18 +0100 |
|---|---|---|
| committer | Piotr Pawlow <pp@siedziba.pl> | 2016-02-10 01:52:18 +0100 |
| commit | 70e2db0a9b921ecb87e315108305c1e6fac518a5 (patch) | |
| tree | b01ec044dd81481e5ecd72e86d9b52d8a36a0a14 /src/lingot-config.h | |
| parent | 56acbfafc18f8716959ee7e0abe3bbfeb8f81056 (diff) | |
Fix audio device api table size.
With Portaudio there are 4 audio APIs.
Diffstat (limited to 'src/lingot-config.h')
| -rw-r--r-- | src/lingot-config.h | 2 |
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. |
