added export to getSuperdoughAudioController() so that its possible to route superdough audio on external application integrations.
This commit is contained in:
parent
d5d6284a90
commit
a6008e2700
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ export async function initAudioOnFirstClick(options) {
|
|||
}
|
||||
|
||||
let controller;
|
||||
function getSuperdoughAudioController() {
|
||||
export function getSuperdoughAudioController() {
|
||||
if (controller == null) {
|
||||
controller = new SuperdoughAudioController(getAudioContext());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue