tsf 0.1.0

Safe interface for TinySoundFont, a software synthesizer for SoundFont2 files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.tsf-sys]
version = "0.1.0"

[package]
authors = ["Chris Coomber <chris.w.p.coomber@gmail.com>"]
categories = ["api-bindings", "multimedia::audio"]
description = "Safe interface for TinySoundFont, a software synthesizer for SoundFont2 files"
edition = "2018"
include = ["/src/**/*", "/test_resources/**/*", "/Cargo.toml", "/README.md"]
keywords = ["TinySoundFont", "midi", "SoundFont2", "sf2", "audio"]
license = "Unlicense"
name = "tsf"
readme = "README.md"
repository = "https://github.com/chriscoomber/tsf-rs"
version = "0.1.0"