Revert "Revert "Merge pull request 'supradough poc' (#1362) from supradough into main""

This reverts commit c0bf86d11e.
This commit is contained in:
Felix Roos 2025-09-12 10:08:55 +02:00
parent c0bf86d11e
commit d164b5e7f5
No known key found for this signature in database
17 changed files with 1493 additions and 63 deletions

View file

@ -0,0 +1,4 @@
import _workletUrl from './dough-worklet.mjs?url'; // todo: change ?url to ?audioworklet before build (?audioworklet doesn't hot reload)
export * from './dough.mjs';
export const workletUrl = _workletUrl;