aboutsummaryrefslogtreecommitdiff
path: root/esp32/notes.rst.txt
diff options
context:
space:
mode:
Diffstat (limited to 'esp32/notes.rst.txt')
-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