Mostly working version

This commit is contained in:
Aria 2025-11-19 19:44:02 -06:00
parent 0dbca05de0
commit 19b710c401
9 changed files with 56 additions and 70 deletions

View file

@ -176,7 +176,7 @@ export function registerSoundfonts() {
node.disconnect();
onended();
};
return { node, stop };
return { node, stop, source: bufferSource };
},
{ type: 'soundfont', prebake: true, fonts },
);