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 389a63a commit dd2c808Copy full SHA for dd2c808
website/src/repl/components/panel/SoundsTab.jsx
@@ -126,7 +126,7 @@ export function SoundsTab() {
126
try {
127
// Pre-load the sample by calling onTrigger with a future time
128
// This triggers the loading but schedules playback for later
129
- const time = ctx.currentTime + 0.5; // Give 500ms for loading
+ const time = ctx.currentTime + 0.05;
130
const ref = await onTrigger(time, params, onended);
131
trigRef.current = ref;
132
if (ref?.node) {
0 commit comments