[go: up one dir, main page]

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

Enabling multiple output formats to be used at the same time #2872

Merged

Conversation

Truba
Copy link
Contributor
@Truba Truba commented Oct 23, 2023

A lot of effects don't support more than 2 output channels. This will result in a crash if Settings.audioFormat is set to have more than 2 outputs.
To support having more than 2 outputs, and no crashes, we need to split audio chain in two parts.
First part - general audio processing part on single audio track (Sampler / Player) using format with 2 outputs.
Second part - MatrixMixer for routing multiple audio tracks to different outputs. This part of the chain will need to use format with N outputs.

@aure aure merged commit 16e7025 into AudioKit:main Nov 23, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants