Registry / other / soloud

soloud

JSON →
library1.1.1rscratesunverified

Rust bindings for the SoLoud audio engine.

# Cargo.toml [dependencies] soloud = "1.1.1"
INSTALL
IMPORT
SIG · SOLOUD
S
soloud
otherrustv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Soloud
use soloud::Soloud;

Initializes the SoLoud audio engine.

use soloud::Soloud; fn main() { let sl = Soloud::new().unwrap(); println!("SoLoud initialized"); }
Debug
Known issues
gotchaRequires the SoLoud C library to be installed on the system.
fix
Install SoLoud via system package manager or build from source.
affects: >=1.0.0
Upgrade
Version history
1.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
soloud — cargo add soloud · libregistry