Skip to content

Commit

Permalink
Added WASAPI exclusive host
Browse files Browse the repository at this point in the history
  • Loading branch information
jesnor committed Feb 21, 2024
1 parent adaa49d commit de6db33
Show file tree
Hide file tree
Showing 7 changed files with 378 additions and 195 deletions.
2 changes: 2 additions & 0 deletions src/host/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ pub(crate) mod null;
pub(crate) mod oboe;
#[cfg(windows)]
pub(crate) mod wasapi;
#[cfg(windows)]
pub(crate) mod wasapi_exclusive;
#[cfg(all(target_arch = "wasm32", feature = "wasm-bindgen"))]
pub(crate) mod webaudio;
Loading

0 comments on commit de6db33

Please sign in to comment.