We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedd05e commit c3246ffCopy full SHA for c3246ff
editor/index.js
@@ -164,7 +164,7 @@ async function main() {
164
165
g_context = new AudioContext();
166
g_context.resume(); // needed for safari
167
- g_gainNode = new GainNode(g_context);
+ g_gainNode = new GainNode(g_context, { gain: g_localSettings.volume / 100 });
168
await ByteBeatNode.setup(g_context);
169
g_byteBeat = new ByteBeatNode(g_context);
170
0 commit comments