commit 7abd01ea14117cb98ce23c7f79210d5b4ee9c2fa
parent dcc3b9399d5ef8c674d0c7295dee25ca8a301cdf
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 20 Oct 2014 22:28:26 +0200
Fix issue with feedback
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spec.rst b/spec.rst
@@ -324,7 +324,7 @@ is used to process the feedback stream:
}
// process one sample feedback
- process->feedback(process, stream_id, 1);
+ process->feedback(process, stream_id, process->feedback_chunk_size);
// audio processing of the feedback values:
// process->input[fb_in][offset + i]