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

Change the buffer types within the callback args from &[S] to &[[S; N_CHANNELS]] #121

Open
mitchmindtree opened this issue Jan 22, 2016 · 0 comments

Comments

@mitchmindtree
Copy link
Member

Great suggestion by ubsan on IRC.

As we don't yet have typed integers, it might be best to just implement a new Channels trait for the common cases for now, i.e. Mono, Stereo, NChannels.

@mitchmindtree mitchmindtree changed the title Change the buffer type within the callback args from &[S] to &[[S; N_CHANNELS]] Change the buffer types within the callback args from &[S] to &[[S; N_CHANNELS]] Jan 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant