-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make mixer become an independent crate #35
Comments
The mixer crate is moved to https://github.com/ChunMinChang/audio-mixer now |
Soved by #37 |
Sad news Chun, looks like this broke the rear channels on XFI with enhancements turned on. |
I don't think I understand the reasoning. Could you describe why you suspect this update is the cause? It seems the problem issued in mozilla/cubeb#661 is on Windows, while the mixer crate is only used on macOS now. The mixer-crate hasn't been imported into Windows yet. |
The mixer crate is introduced in #23 to solve the BMO 1468381. The new mixer is able to mix audio from any input layout to any output layout.
The BMO 1368938: mixer only support pre-defined layout on Windows, is probably the same problem of BMO 1468381 so it is likely to be solved by adopting the new mixer on Windows.
Therefore, it's better to make the new mixer crate as an independent crate that can be used to other platforms and make it as a successor of cubeb_mixer.
The text was updated successfully, but these errors were encountered: