You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library for [sample-based synthesis](https://en.wikipedia.org/wiki/Sample-based_synthesis"Sample-based synthesis") to generate audio data.
7
-
The library allows to load `.sf2` files from filesystem and from memory. Is basically a KMP wrapper around [TinySoundFont](https://github.com/schellingb/TinySoundFont) library.
7
+
The library allows to load `.sf2` files from memory. Is basically a KMP wrapper around [TinySoundFont](https://github.com/schellingb/TinySoundFont) library.
8
8
9
9
The goal of this library is to allow operations on .sf2 files and generating audio in Kotlin Multiplatform projects.
10
10
The library has `batteries-included` so no configuration is required.
0 commit comments