mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
default hydra config without audio detection
This commit is contained in:
parent
9045ce05da
commit
508a6c92b2
@ -11,7 +11,7 @@ function appendCanvas(c) {
|
||||
return testCanvas;
|
||||
}
|
||||
|
||||
export async function initHydra(options = {}) {
|
||||
export async function initHydra(options = {detectAudio: false}) {
|
||||
//load and init hydra
|
||||
if (!document.getElementById('hydra-canvas')) {
|
||||
const { src = 'https://unpkg.com/hydra-synth', ...opts } = options;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user