cpal/src/host
mitchmindtree a7008b63a5 Address deprecated `mem::uninitialized` warnings in WASAPI host
This uses `ptr::null_mut()` and `MaybeUninit` to remove use of
deprecated `mem::uninitialized()` which could possibly result in UB.
2020-01-20 20:22:15 +01:00
..
alsa An alternative approach to removing `UnknownBufferType`. 2020-01-19 15:06:19 +01:00
asio Update ASIO host for addition of new stream `Data` type. 2020-01-19 19:35:35 +01:00
coreaudio Update CoreAudio host for the addition of the new stream `Data` type 2020-01-19 19:42:43 +01:00
emscripten Update emscripten backend for new stream Data type 2020-01-19 16:04:06 +01:00
null An alternative approach to removing `UnknownBufferType`. 2020-01-19 15:06:19 +01:00
wasapi Address deprecated `mem::uninitialized` warnings in WASAPI host 2020-01-20 20:22:15 +01:00
mod.rs Enable ALSA on DragonFly 2020-01-07 16:18:52 +00:00