sunvox-sys

Crates.iosunvox-sys
lib.rssunvox-sys
version0.1.0
sourcesrc
created_at2017-05-05 05:43:19.472817
updated_at2017-05-05 05:43:19.472817
descriptionFFI bindings to the SunVox library
homepage
repositoryhttps://github.com/mirrexagon/rust-sunvox-sys
max_upload_size
id13188
size25,436
Andrew Abbott (mirrexagon)

documentation

README

rust-sunvox-sys

FFI bindings to the SunVox library (http://warmplace.ru/soft/sunvox).

Usage notes

Because I can't figure out how dynamically link sunvox.so with Rust at runtime (the way it is intended to be used in C), this crate expects to link to libsunvox.so in a library path. So, I installed sunvox.so on my system as libsunvox.so and patched its soname to be libsunvox.so.

Attribution

Crate License

This crate is released into the public domain via CC0. See COPYING for the license text.

SunVox Library License

Note that the SunVox library itself has this license:

You can use SunVox library freely, but the following text should be included in your products (e.g. in About window).

SunVox modular synthesizer Copyright (c) 2008 - 2016, Alexander Zolotov nightradio@gmail.com, WarmPlace.ru

Ogg Vorbis 'Tremor' integer playback codec Copyright (c) 2002, Xiph.org Foundation

Commit count: 43

cargo fmt