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
Copy file name to clipboardExpand all lines: readme.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,25 @@
2
2
3
3
this is a c++ (compiled to wasm) application which is a supposed replacement for the current AudioEngineWeb that's in multiplayerpiano.
4
4
5
-
it can reliably play most black midis and normal midis with resonable performance with absolutely no cracking or artifacting.
5
+
it can reliably play most black midis and normal midis with resonable performance with absolutely no artifacting.
6
6
7
-
this is very heavily in development still, and is not a final version at all.
8
-
9
-
we are mainly missing all Synth stuff, and audio playback is only mono.
7
+
this is very heavily in development still, and is not a final version at all.
10
8
11
9
uses [TinySoundFont](https://github.com/schellingb/TinySoundFont) and [emscripten](https://emscripten.org).
12
10
11
+
[Video - freedom dive black midi](https://files.sad.ovh/public/2024-12-28%2017-40-26.mp4)
12
+
13
+
## bugs
14
+
1. The only major bug is the fact that it's still mono! There's a ongoing TSF issue, which I've reported is still happening.
15
+
2. Also, higher than 100-ish voice count crackles (we're using 200 voices for better blackmidi playback).. I have no clue how to fix this, maybe it's just a issue with how small the sample size for webaudio is (128 samples??).
16
+
3. Volume control is broken. Created a issue for this on the TSF repo.
0 commit comments