mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
added export to getSuperdoughAudioController() so that its possible to route superdough audio on external application integrations.
This commit is contained in:
@@ -274,7 +274,7 @@ export async function initAudioOnFirstClick(options) {
|
||||
}
|
||||
|
||||
let controller;
|
||||
function getSuperdoughAudioController() {
|
||||
export function getSuperdoughAudioController() {
|
||||
if (controller == null) {
|
||||
controller = new SuperdoughAudioController(getAudioContext());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user