#音乐播放器 #模块 #mod #xm #s3m #soundtracker

no-std xmrsplayer

XMrsPlayer是一个安全的SoundTracker音乐播放器

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 音频

Download history 1/week @ 2024-04-17 138/week @ 2024-04-24 441/week @ 2024-05-01 253/week @ 2024-05-08 313/week @ 2024-05-15 542/week @ 2024-05-22 164/week @ 2024-05-29 8/week @ 2024-06-05 304/week @ 2024-06-12 20/week @ 2024-06-19 8/week @ 2024-06-26 83/week @ 2024-07-03 36/week @ 2024-07-24 83/week @ 2024-07-31

119 每月下载量
用于 modplay

MIT 许可证

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