fixed test

This commit is contained in:
2025-11-11 18:13:48 +01:00
parent aae1af9fdd
commit 3dda1ec2f9
+1 -1
View File
@@ -136,7 +136,7 @@ void test_reverb()
std::cout << "----------------------------------------------" << std::endl;
std::cout << "test_reverb()" << std::endl;
Reverb<double, 8> rev({32}, 1, 2);
Reverb<double, 8> rev({32}, 2);
float data_in[10] = {1, 2, 3, 4, 5, 6, 7,8, 9, 10};
float data_out[10] = {0, 0, 0, 0, 0, 0, 0,0, 0, 0};