56个版本
0.6.2 | 2024年6月15日 |
---|---|
0.6.0 | 2024年5月29日 |
0.4.20 | 2024年3月30日 |
0.2.0 | 2023年5月30日 |
#286 in 音频
119 每月下载量
用于 modplay
99KB
2.5K SLoC
XMrsPlayer是一个安全的no_std SoundTracker音乐播放器
XMrsPlayer是一个播放真实音乐的库
代码最初是libxm的简单移植。现在它与rustification尽可能完整,并且在效果方面具有更好的准确性。
Amiga模块 和 XM 播放器。
欢迎帮助。
关于no_std
默认使用micromath。如果您更喜欢libm,请使用cargo build --no-default-features --features=libm --release
。
关于std
如果您想使用std功能,请使用cargo build --no-default-features --features=std --release
示例?
$ cargo run --no-default-features --features=std,demo --release --example rodio_player -- --help
$ cargo run --no-default-features --features=std,demo --release --example cpal_player -- --help
依赖项
~1–30MB
~457K SLoC