From f76d6862cc39b64fc20c59c239cd0b826c02fad8 Mon Sep 17 00:00:00 2001 From: Alexander Epaneshnikov Date: Wed, 22 Apr 2020 18:38:06 +0300 Subject: [PATCH] enlaarge voice buf this will fix #9 --- espeakup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espeakup.h b/espeakup.h index e8e89a7..7acdc98 100644 --- a/espeakup.h +++ b/espeakup.h @@ -68,7 +68,7 @@ struct synth_t { int pitch; int punct; int rate; - char voice[10]; + char voice[20]; int volume; char *buf; int len;