Skip to content
New issue

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

Audio Duplicate Culling -- Not low-latency enough #172

Open
RandyGaul opened this issue Jul 22, 2024 · 0 comments
Open

Audio Duplicate Culling -- Not low-latency enough #172

RandyGaul opened this issue Jul 22, 2024 · 0 comments

Comments

@RandyGaul
Copy link
Owner

RandyGaul commented Jul 22, 2024

The current implementation of audio culling seems to have far too much latency than what was intended. As of now short sound FX can entirely finish playing before the culling allows another instance to spawn. The intent is to only cull sounds that are played at the exact same moment, to prevent unintended amplitude multipliers. Instead, the culling should work at a very low latency, preferably at the resolution of a single sample.

For now a good workaround is to simply leave the culling feature off by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant