8个版本
0.1.7 | 2023年1月24日 |
---|---|
0.1.6 | 2023年1月24日 |
948 在 音频 中排名
每月 下载 26 次
1MB
123 行
包含 (WOFF字体,400KB) target/doc/NanumBarunGothic.ttf.woff2,(WOFF字体,135KB) target/doc/FiraSans-Medium.woff2,(WOFF字体,130KB) target/doc/FiraSans-Regular.woff2,(WOFF字体,82KB) target/doc/SourceSerif4-Bold.ttf.woff2,(WOFF字体,77KB) SourceSerif4-Regular.ttf.woff2,(WOFF字体,45KB) target/doc/SourceCodePro-It.ttf.woff2 和更多。
windows_audio
可以默认在windowsOS上使用的wav文件音频
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));
}
依赖项
~1–28MB
~414K SLoC