fixed test_mix

This commit is contained in:
2025-11-10 10:51:34 +01:00
parent 1d55f63a5e
commit 9519445ad9
+1 -1
View File
@@ -136,7 +136,7 @@ void test_reverb()
std::cout << "----------------------------------------------" << std::endl;
std::cout << "test_reverb()" << std::endl;
Reverb<double, 8, 3> rev({32}, 1, 2);
Reverb<double, 8> rev({32}, 1, 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};