Closed MarkKremer closed 2 months ago
https://github.com/gopxl/beep/pull/163 introduced a bug where some channel numbers are interpreted as mono. The switch case to determine which channels to pick if there are more than 2 channels doesn't use fallthrough even though it should.
fallthrough
https://github.com/gopxl/beep/pull/163 introduced a bug where some channel numbers are interpreted as mono. The switch case to determine which channels to pick if there are more than 2 channels doesn't use
fallthrough
even though it should.