Adding audir library as a dependency

Run this command in a terminal, in your project's directory:

cargo add audir

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

audir = "0.1.0"

The audir library will be automatically available globally. Read the audir library documentation.

Back to the crate overview.