hotfix: reduce sounds-tab click to play latency
This commit is contained in:
parent
389a63a850
commit
dd2c808cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export function SoundsTab() {
|
||||||
try {
|
try {
|
||||||
// Pre-load the sample by calling onTrigger with a future time
|
// Pre-load the sample by calling onTrigger with a future time
|
||||||
// This triggers the loading but schedules playback for later
|
// This triggers the loading but schedules playback for later
|
||||||
const time = ctx.currentTime + 0.5; // Give 500ms for loading
|
const time = ctx.currentTime + 0.05;
|
||||||
const ref = await onTrigger(time, params, onended);
|
const ref = await onTrigger(time, params, onended);
|
||||||
trigRef.current = ref;
|
trigRef.current = ref;
|
||||||
if (ref?.node) {
|
if (ref?.node) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue