Web: add panning, move mixing to wasm

This commit is contained in:
2024-11-02 11:14:24 -05:00
parent 8b9152dde9
commit b4b9131f39
5 changed files with 175 additions and 73 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ static void vsuEmulate(VB *sim, uint32_t clocks) {
sim->vsu.out.offset >> 1 < sim->vsu.out.capacity
) {
/* Processing by data type*/
/* Processing by data type */
switch (sim->vsu.out.type) {
case VB_S16:
((int16_t *) sim->vsu.out.samples)