8 releases
0.1.7 | Jan 24, 2023 |
---|---|
0.1.6 | Jan 24, 2023 |
#948 in Audio
26 downloads per month
1MB
123 lines
Contains (WOFF font, 400KB) target/doc/NanumBarunGothic.ttf.woff2, (WOFF font, 135KB) target/doc/FiraSans-Medium.woff2, (WOFF font, 130KB) target/doc/FiraSans-Regular.woff2, (WOFF font, 82KB) target/doc/SourceSerif4-Bold.ttf.woff2, (WOFF font, 77KB) SourceSerif4-Regular.ttf.woff2, (WOFF font, 45KB) target/doc/SourceCodePro-It.ttf.woff2 and 3 more.
windows_audio
Sounds a wav file that can be used by default on windowsOS
fn main() {
let audio = windows_audio::Audio::new();
for a in audio.get_audios(){
println!("{:?}", a.name);
}
audio.play("Windows Error");
std::thread::sleep(std::time::Duration::from_secs(1));
}
Dependencies
~1–28MB
~414K SLoC