AleXoundOS / sfArkLib

Original library for SoundFont compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfArkLib

Library for decompressing sfArk soundfonts.

A simple command-line tool to convert sfArk files to sf2 based on this library can be found at https://github.com/raboof/sfArkXTm

Prerequisites

  • Install zlib, e.g. from the zlib1g-dev package

Building

$ make
$ sudo make install
$ sudo ldconfig

Building with nix (no other prerequisites)

$ nix-build

Development shell:

$ nix-shell

About

Original library for SoundFont compression

License:GNU General Public License v3.0


Languages

Language:C++ 82.4%Language:C 14.5%Language:Makefile 2.5%Language:Nix 0.7%