Web: add panning, move mixing to wasm
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user