memlnaut-nisps/playground/src/audio
monkey-w1n5t0n f2562176fc fix(playground/audio): compile AudioWorklet via ?worker&url
addModule() was handed new URL('./nisps-processor.ts', import.meta.url), which
Vite copies as raw TypeScript (served as video/mp2t) instead of compiling it —
that pattern only bundles for new Worker(). Import the worklet with
?worker&url so Vite emits compiled, hashed .js. Fixes the synth engine failing
to load on meml.lnfinitemonkeys.org.
2026-06-16 22:19:24 +02:00
..
worklet feat(playground/wasm): WASM bridge between C++ core and SolidJS playground (meml-tgm) 2026-04-29 16:36:29 +03:00
engine-host.ts fix(playground/audio): compile AudioWorklet via ?worker&url 2026-06-16 22:19:24 +02:00