Open freesig opened 6 years ago
ASIO doesn't really supply all supported formats. I need to return all possible formats ie channels, sample rate.
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
ASIO doesn't really supply all supported formats. I need to return all possible formats ie channels, sample rate.