Skip to content

Commit

Permalink
Add note on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Aug 27, 2021
1 parent 54802ce commit f582707
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ These things have been implemented so far:

- The `playsine_events` example is similar to `playsine` but also listens to notifications.

- The `loopback` example shows how to simultaneously capture and render sound, with separate threads for capture and render.
- The `loopback` example shows how to simultaneously capture and render sound, with separate threads for capture and render.

## Documentation
The generated documentation is hosted on [GitHub Pages](https://henquist.github.io/wasapi-rs/). This is because the documentation must be built on Windows, and [docs.rs](https://docs.rs/crate/wasapi) only builds on Linux.

The pages are generated from the branch `docs`.

0 comments on commit f582707

Please sign in to comment.