cpal/asio-sys
mitchmindtree c432f2b18d Update asio-sys to allow for having multiple handles to the same driver
ASIO has a limitation where it only supports loading a single audio
driver at a time. This fixes a common error where CPAL users would
request both the default input device and output device in separate
`load_driver` calls. Now, `load_driver` will return another handle to
the existing driver if the existing driver has the same name.
2019-07-05 05:51:31 +10:00
..
asio-link multi channels 2019-07-05 05:51:25 +10:00
examples Refactor asio-sys to use less global state and more RAII 2019-07-05 05:51:29 +10:00
src Update asio-sys to allow for having multiple handles to the same driver 2019-07-05 05:51:31 +10:00
.gitignore Remove .DS_Store from asio-sys gitignore 2019-07-05 05:51:30 +10:00
Cargo.toml Remove unnecessary num crate from asio-sys 2019-07-05 05:51:30 +10:00
build.rs opt in and bug fix 2019-07-05 05:51:26 +10:00