diwic / alsa-rs

Thin but safe ALSA wrappers for Rust
Apache License 2.0
139 stars 66 forks source link

Add missing chmap positions #127

Closed horazont closed 3 weeks ago

horazont commented 3 weeks ago

These four positions were missing in the rust definition of the enum. No idea why. However, that made it impossible to construct any standard surround channel map (which need rear-right (4.0 onward), LFE (2.1 onward), front-center (5.0 onward), or side-left (7.1 onward)).

diwic commented 3 weeks ago

Thanks! I have no idea why they were missing either.

diwic commented 3 weeks ago

Let me know if you need a release.

horazont commented 3 weeks ago

@diwic Thanks! I don't need a release for now, I'm just toying around so I can depend on master.