-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule amy
updated
32 files
+5 −3 | Makefile | |
+84 −65 | README.md | |
+32 −37 | amy.py | |
+1 −0 | docs/amy.aw.js | |
+19 −0 | docs/amy.js | |
+ − | docs/amy.wasm | |
+1 −0 | docs/amy.ww.js | |
+75 −0 | docs/enable-threads.js | |
+385 −0 | docs/index.html | |
+25 −0 | docs/server.py | |
+1 −1 | docs/style.css | |
+ − | docs/vwood.png | |
+117 −0 | examples/AMY_Test_ESP32_DualCore/AMY_Test_ESP32_DualCore.ino | |
+6 −7 | examples/AMY_Test_Pi_Pico/AMY_Test_Pi_Pico.ino | |
+11 −14 | juno.py | |
+2 −2 | library.properties | |
+23 −1 | src/amy-example.c | |
+138 −56 | src/amy.c | |
+13 −8 | src/amy.h | |
+2 −0 | src/amy_config.h | |
+17 −3 | src/libminiaudio-audio.c | |
+15,122 −13,788 | src/miniaudio.h | |
+128 −128 | src/patches.h | |
+0 −1 | src/www/amy.js | |
+ − | src/www/amy.wasm | |
+0 −529 | src/www/index.html | |
+25 −5 | test.py | |
+ − | tests/ref/TestJunoClip.wav | |
+ − | tests/ref/TestNoiseOsc.wav | |
+ − | tests/ref/TestPartial.wav | |
+ − | tests/ref/TestPortamento.wav | |
+1 −1 | timing.py |