1个不稳定版本
使用旧的Rust 2015
0.1.0 | 2017年5月5日 |
---|
#679 在 音频
16KB
130 行
rust-sunvox-sys
FFI与SunVox库的绑定 (http://warmplace.ru/soft/sunvox)。
使用说明
由于我无法确定如何在运行时动态链接sunvox.so
与Rust(就像在C中使用的那样),这个crate期望链接到库路径中的libsunvox.so
。因此,我将sunvox.so
安装在我的系统中作为libsunvox.so
,并修补其soname以成为libsunvox.so
。
归属
- SunVox和SunVox库由Alexander Zolotov (http://warmplace.ru) 提供。
- Metrasynth项目(https://github.com/metrasynth 和 https://metrasynth.readthedocs.io),特别是
sunvox-dll-python
,在参考方面非常有帮助。
crate许可证
此crate通过CC0发布到公共领域。请参阅COPYING
获取许可证文本。
SunVox库许可证
请注意,SunVox库本身具有此许可证
您可以使用SunVox库,但以下文本应包含在您的产品中(例如,在关于窗口中)。
SunVox模块化合成器版权(c)2008 - 2016,Alexander Zolotov [email protected],WarmPlace.ru
Ogg Vorbis 'Tremor'整数播放编解码器版权(c)2002,Xiph.org基金会
依赖关系
~43KB