0.1.0 • Published 10 months ago

@marmooo/soundfont-parser v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@marmooo/soundfont-parser

A SoundFont (SF2, SF3) parser.

Usage

import { parse, SoundFont } from "@marmooo/soundfont-parser";

const file = Deno.readFileSync("soundfont.sf3");
const parsed = parse(file);
const soundFont = new SoundFont(parsed);

License

MIT

Credits

This library is based on following libraries.

References

The SoundFont 3 format (SF3) is an unofficial extension of the SoundFont 2 format (SF2). This library is based on following articles.

0.1.0

10 months ago

0.0.7

10 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago