mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
lowered latency setting to 1/40 of a second.
This commit is contained in:
parent
edb5e50fcd
commit
1a10788c5f
1 changed files with 1 additions and 1 deletions
2
alsa.c
2
alsa.c
|
|
@ -34,7 +34,7 @@ static pthread_mutex_t audio_mutex = PTHREAD_MUTEX_INITIALIZER;
|
|||
static snd_pcm_t *handle;
|
||||
static const unsigned int channels = 1;
|
||||
static const int soft_resample = 1;
|
||||
static const unsigned int latency = 125000;
|
||||
static const unsigned int latency = 25000;
|
||||
|
||||
static void lock_audio_mutex(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue