| Crates.io | libaudioverse |
| lib.rs | libaudioverse |
| version | 0.1.0 |
| created_at | 2018-01-02 15:49:59.513692+00 |
| updated_at | 2018-01-02 15:49:59.513692+00 |
| description | Libaudioverse bindings for Rust |
| homepage | |
| repository | https://github.com/Neurrone/rust-libaudioverse |
| max_upload_size | |
| id | 45239 |
| size | 72,754 |
Rust bindings for Libaudioverse, a highly flexible realtime audio synthesis library.
libaudioverse.lib into C:\Users\\{Your Username}\\.multirust\toolchains\\{current toolchain}\lib\rustlib\\{current toolchain}\lib, where current toolchain is likely stable-x86_64-pc-windows-msvc.libaudioverse.dll and libsndfile-1.dll into the same directory as your binary.From crates.io:
[dependencies]
libaudioverse = "0.1"
Alternatively, pull from GitHub to obtain the latest development version:
[dependencies.libaudioverse]
git = "https://github.com/Neurrone/rust-libaudioverse"
The optional feature "use-bindgen" generates bindings using the included libaudioverse headers, which requires bindgen to be installed. Generating this shouldn't be necessary in most cases.