From fe6a393ab0c45b93eae8a463948807af798791e6 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 7 Dec 2013 20:02:03 -0500 Subject: [PATCH] examples/aubiopitch.c: set default buffer_size to 2048 --- examples/aubiopitch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/aubiopitch.c b/examples/aubiopitch.c index 912aca80..7e85bc38 100644 --- a/examples/aubiopitch.c +++ b/examples/aubiopitch.c @@ -50,6 +50,9 @@ process_print (void) { } int main(int argc, char **argv) { + + buffer_size = 2048; + examples_common_init(argc,argv); verbmsg ("using source: %s at %dHz\n", source_uri, samplerate); -- 2.11.0