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

Mono vs. Stereo #40

Open
1 of 3 tasks
fab-jul opened this issue Dec 24, 2021 · 1 comment
Open
1 of 3 tasks

Mono vs. Stereo #40

fab-jul opened this issue Dec 24, 2021 · 1 comment
Assignees
Labels

Comments

@fab-jul
Copy link
Owner

fab-jul commented Dec 24, 2021

Move towards most modules being mono:

  • all np arrays are 1 channel
  • to output multiple channels, use a multi-output module
    • introduce some output helper module: OutputHandler(left, right) that has to be added if stereo is desired

should speed up things, and simplify the code for most users / most modules.

el-micha added a commit that referenced this issue Dec 26, 2021
Remove channel dimension almost everywhere (#40).
@fab-jul
Copy link
Owner Author

fab-jul commented Dec 26, 2021

All np arrays are now single channel, changing priority to low. We can handle multi-outptus if the need arises.

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

No branches or pull requests

2 participants