freesig / cpal

Audio player in pure Rust
0 stars 0 forks source link

Multi channel #16

Open freesig opened 6 years ago

freesig commented 6 years ago

Need to make support for more then two channels https://github.com/freesig/cpal/blob/51514a624a0bae729df4d980d2654d06333247a9/asio-sys/src/lib.rs#L97 and https://github.com/freesig/cpal/blob/51514a624a0bae729df4d980d2654d06333247a9/asio-sys/src/lib.rs#L48

freesig commented 6 years ago

This is implemented but we need a way to actually test it