- fixed mix down
This commit is contained in:
2025-11-11 19:52:35 +01:00
parent 3dda1ec2f9
commit 9948682d03
2 changed files with 12 additions and 13 deletions
+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}, 2);
Reverb<double, 8> rev({32}, 256, 8);
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};