summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/say.c1
-rw-r--r--examples/spatial.c1
2 files changed, 0 insertions, 2 deletions
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;
}