From 376627ba0ed1d699939a712bc47944dc2dffc869 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 28 Aug 2020 20:10:54 +0100 Subject: notes on the soundfont --- esp32/README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 esp32/README.rst diff --git a/esp32/README.rst b/esp32/README.rst new file mode 100644 index 0000000..b4d415b --- /dev/null +++ b/esp32/README.rst @@ -0,0 +1,14 @@ +The soundfount ``font.h`` has been produced in this way: + +1. download + https://github.com/schellingb/TinySoundFont/blob/master/examples/florestan-subset.sf2 +2. use something like `Polyphone + `_ to remove all presets, + instruments and samples apart from the "Piano" +3. use ``perl soundfont2-to-c-header florestan-subset.sf2 font.h`` to + dump the reduced font to a C header file + +The TinySoundFont library is under the MIT license, but the font is +very probably from `Nando Florestan +`_; the license for it +is unclear to me. -- cgit v1.2.3