Initial commit: party-mix-app with prefetch cache, audio preload optimizations
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
apps/web/src/lib/audioState.ts
Normal file
4
apps/web/src/lib/audioState.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const audioState = {
|
||||
analyser: null as AnalyserNode | null,
|
||||
isPlaying: false,
|
||||
}
|
||||
Reference in New Issue
Block a user