cringe sfx
All checks were successful
Deploy / publish-web (push) Successful in 51s

This commit is contained in:
2026-02-06 23:14:13 +06:00
parent 626f52c616
commit 1bd8aa0fea
3 changed files with 6 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ export const useSfx = createSharedComposable(() => {
async function playRandomConnectionSound(seed: string) {
await playEvent('stream-on')
await play(CONNECTION_SOUNDS[hashStringToNumber(seed, CONNECTION_SOUNDS.length + 1)]!, 0.1)
await play(CONNECTION_SOUNDS[hashStringToNumber(seed, CONNECTION_SOUNDS.length)]!, 0.1)
}
return {