pocketstation 1.0.1

Source-aware desktop audio Session SDK
Documentation
1
2
3
4
5
6
#[cfg(all(target_os = "linux", feature = "native-capture"))]
pub(crate) mod linux;
#[cfg(all(target_os = "macos", feature = "native-capture"))]
pub(crate) mod macos;
#[cfg(all(target_os = "windows", feature = "native-capture"))]
pub(crate) mod windows;