File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Rust bindings for [JACK Audio Connection Kit](<https://jackaudio.org>).
55| [ ![ Crates.io] ( https://img.shields.io/crates/v/jack.svg )] ( https://crates.io/crates/jack ) | [ ![ License] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) |
66| -----------------------------------------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------|
77| [ ![ Docs.rs] ( https://docs.rs/jack/badge.svg )] ( https://docs.rs/jack ) | [ ![ Test] ( https://github.com/RustAudio/rust-jack/actions/workflows/testing.yml/badge.svg )] ( https://github.com/RustAudio/rust-jack/actions/workflows/testing.yml ) |
8- | [ Documentation] ( https://rustaudio.github.io/rust-jack ) | [ :heart : Sponsor] ( < https://github.com/sponsors/wmedrano > ) |
8+ | [ 📚 Documentation] ( https://rustaudio.github.io/rust-jack ) | [ :heart : Sponsor] ( < https://github.com/sponsors/wmedrano > ) |
99
1010## Using JACK
1111
@@ -21,8 +21,8 @@ disabled by creating a client with the `NO_START_SERVER` option.
2121- MacOS users may install JACK from the [ official
2222 website] ( < http://jackaudio.org/downloads/ > ) or [ Homebrew] ( < https://formulae.brew.sh/formula/jack > ) .
2323
24- Refer to the [ documentation] ( < https://docs.rs/jack/ > ) for details about the API, building, and packaging.
25- Also take a look at the ` examples ` directory for usage .
24+ Refer to the [ docs.rs documentation] ( < https://docs.rs/jack/ > ) for details about
25+ the API. For more general documentation, visit < https://rustaudio.github.io/rust-jack > .
2626
2727
2828# Testing
You can’t perform that action at this time.
0 commit comments