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

The iterator-like interface of the phasor is not ideal for audio applications #1

Open
alutwak opened this issue Jul 28, 2018 · 0 comments

Comments

@alutwak
Copy link
Owner

alutwak commented Jul 28, 2018

It makes multi-channel phasors more difficult to work with and adds extra overhead since each sample needs a completely separate iteration.

It would be better to use something like this:

phasor::generate(T **outputs, int frames, int chans);

It's less cpp-y, but for audio it's just going to be easier to work with.

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