Skip to content

Commit c47bfaa

Browse files
committed
feat: trigger audio init on first start
1 parent 243a9fa commit c47bfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/src/pages/PhoneIslandPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function PhoneIslandPage() {
8383
if (!hasRunWarmup.current) {
8484
hasRunWarmup.current = true
8585
Log.info('Requesting audio warm-up from main process...')
86-
//eventDispatch(PHONE_ISLAND_EVENTS['phone-island-init-audio'])
86+
eventDispatch(PHONE_ISLAND_EVENTS['phone-island-init-audio'])
8787

8888
// Dispatch device changes after warm-up completes (after ~5 seconds)
8989
setTimeout(() => {

0 commit comments

Comments
 (0)