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

audioio.AudioOut constructor accepts the same pin for both left & right channels #10003

Open
jepler opened this issue Jan 26, 2025 · 1 comment
Milestone

Comments

@jepler
Copy link
Member

jepler commented Jan 26, 2025

.. but I think it should give an error instead, possibly at the shared-bindings level.

This came up in review of #9995, which includes a special case. When fixing this, remove that code when you do.

@jepler jepler added the bug label Jan 26, 2025
@dhalbert dhalbert added the audio label Jan 26, 2025
@dhalbert dhalbert added this to the 9.x.x milestone Jan 26, 2025
@dhalbert
Copy link
Collaborator

If it would sum/mix (without overflow) the two channels, then that's useful functionality. If not, it should be an error.

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

2 participants