Crates.io | xsynth-soundfonts |
lib.rs | xsynth-soundfonts |
version | |
source | src |
created_at | 2024-08-06 12:10:45.657937 |
updated_at | 2024-12-28 01:01:38.874813 |
description | A module to parse different types of soundfonts to be used in XSynth. |
homepage | https://github.com/BlackMIDIDevs/xsynth |
repository | https://github.com/BlackMIDIDevs/xsynth |
max_upload_size | |
id | 1327202 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A module to parse different types of soundfonts to be used in XSynth.
Currently supports SFZ and SF2 soundfonts. For detailed information about the supported formats, please visit the SampleSoundfont
documentation.