From 06e6fa5bf0d8fd714adca83703435e2274ba8698 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 19 Mar 2022 12:25:36 -0400 Subject: Use larger default vox buffer size of 20480 Use larger default vox buffer size of 20480 to improve performance and reduce number of read()/write() system calls --- examples/say.c | 1 - examples/spatial.c | 1 - 2 files changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/say.c b/examples/say.c index 115c78f..2cc8982 100644 --- a/examples/say.c +++ b/examples/say.c @@ -84,7 +84,6 @@ int main(int argc, char **argv) { } if ((vox = xas_vox_new(format, - buffer_size, "/usr/bin/text2wave")) == NULL) { goto error_vox_new; } diff --git a/examples/spatial.c b/examples/spatial.c index 183100a..39b6514 100644 --- a/examples/spatial.c +++ b/examples/spatial.c @@ -77,7 +77,6 @@ int main(int argc, char **argv) { } if ((vox = xas_vox_new(format, - buffer_size, "/usr/bin/text2wave")) == NULL) { goto error_vox_new; } -- cgit v1.2.3