Skip to content

raboof/sfArkLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c710d85 · Sep 20, 2021

History

54 Commits
Sep 19, 2021
Dec 15, 2020
Feb 2, 2013
Sep 3, 2020
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021
Sep 19, 2021

Repository files navigation

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