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

Implement buffers in AudioEffect!T #45

Open
abaga129 opened this issue Oct 13, 2022 · 0 comments
Open

Implement buffers in AudioEffect!T #45

abaga129 opened this issue Oct 13, 2022 · 0 comments

Comments

@abaga129
Copy link
Collaborator

Currently all modules in this library use getNextSample(float input) which is highly inefficient since it means that each sample is copied when being processed.

It would be much more efficient to utilize buffers in a call like process(T** inputs T** outputs, int numFrames)

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