freesig / cpal

Audio player in pure Rust
0 stars 0 forks source link

Defaults #1

Closed freesig closed 5 years ago

freesig commented 5 years ago

ASIO doesn't have a default input or output devices so we need a way to choose which device to use for

cpal::default_input_device()
cpal::default_output_device()
freesig commented 5 years ago

Just choose first in list