We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are you sure this is working right?
sf_advancecomp(&STX[i], 48000, 0, -40, 0, 10, 0.25f, 0.15f, 0.006f, // predelay 0.090f, // releasezone1 0.160f, // releasezone2 0.420f, // releasezone3 0.980f, // releasezone4 0.000f, // postgain 1.000f // wet );
Now this is fed with a 512-sample array
And the result is (at sample 287)
Is there some extra gain added?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are you sure this is working right?
Now this is fed with a 512-sample array
And the result is (at sample 287)
Is there some extra gain added?
The text was updated successfully, but these errors were encountered: