aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-23 12:32:40 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-23 12:32:40 +0100
commitbb810d48fbc7f6907a25b0939677ac8b671332f7 (patch)
treea4359cabd14932f1e09b0da112920547f8385d71
parentvague attempt at dumping a tsf object statically (diff)
downloadlego-piano-bb810d48fbc7f6907a25b0939677ac8b671332f7.tar.gz
lego-piano-bb810d48fbc7f6907a25b0939677ac8b671332f7.tar.bz2
lego-piano-bb810d48fbc7f6907a25b0939677ac8b671332f7.zip
some soundfont notes
-rw-r--r--esp32/notes.rst.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/esp32/notes.rst.txt b/esp32/notes.rst.txt
new file mode 100644
index 0000000..5bba636
--- /dev/null
+++ b/esp32/notes.rst.txt
@@ -0,0 +1,15 @@
+soundfounts!
+
+https://github.com/schellingb/TinySoundFont
+
+comes with a non-terrible soundfont
+
+get some ideas from
+https://github.com/earlephilhower/ESP8266Audio
+about playback buffers &c
+
+so, tsf doesn't fit in ram
+
+the hacked tsf inside ESP8266Audio can't load from memory
+
+bleah