freesig / cpal

Audio player in pure Rust
0 stars 0 forks source link

Supported Formats #32

Open freesig opened 6 years ago

freesig commented 6 years ago

ASIO doesn't really supply all supported formats. I need to return all possible formats ie channels, sample rate.

freesig commented 6 years ago

Basically just need to implement these properly https://github.com/freesig/cpal/blob/af1c6eecb552e1c81f39eb58448295c2f582ddb5/src/platform/windows/asio/device.rs#L50 https://github.com/freesig/cpal/blob/af1c6eecb552e1c81f39eb58448295c2f582ddb5/src/platform/windows/asio/device.rs#L73