Skip to content

Commit

Permalink
Update README for addition of host enumeration API
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Jun 24, 2019
1 parent 6e9b40e commit e131979
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@ Low-level library for audio input and output in pure Rust.

This library currently supports the following:

- Enumerate supported audio hosts.
- Enumerate all available audio devices.
- Get the current default input and output devices.
- Enumerate known supported input and output stream formats for a device.
Expand Down
1 change: 0 additions & 1 deletion src/host/mod.rs
Expand Up @@ -2,7 +2,6 @@
pub(crate) mod alsa;
#[cfg(any(target_os = "macos", target_os = "ios"))]
pub(crate) mod coreaudio;
//mod dynamic;
#[cfg(target_os = "emscripten")]
pub(crate) mod emscripten;
pub(crate) mod null;
Expand Down

0 comments on commit e131979

Please sign in to comment.