From 5673a023585c7e36e1ddee13d1c70786e908a7e8 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Wed, 25 May 2022 13:56:25 +0200 Subject: [PATCH] aubuf: refactor aubuf_auframe test --- src/aubuf.c | 72 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 29 deletions(-) diff --git a/src/aubuf.c b/src/aubuf.c index b8c59c32..bb6b5a3b 100644 --- a/src/aubuf.c +++ b/src/aubuf.c @@ -97,16 +97,15 @@ static int test_aubuf_samp(void) static int test_aubuf_auframe(void) { struct aubuf *ab = NULL; - float sampv_in[160]; - float sampv_out[160]; + float sampv_in[280]; + float sampv_out[280]; uint64_t dt; struct auframe af_in; struct auframe af_out; - unsigned i; int err; - for (i=0; i