From 70ae4dece7b30153291539b04e8b9e6d069d5ba1 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 2e2295f..70e3b5e 100644 --- a/espeakup.h +++ b/espeakup.h @@ -70,7 +70,7 @@ struct synth_t { int range; int punct; int rate; - char voice[10]; + char voice[20]; int volume; char *buf; int len;