Skip to content

Commit

Permalink
fix: 音がならないバグ
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-mai committed Aug 17, 2024
1 parent 6a36288 commit 849d26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/scripts/sound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { RateLimiter } from '@/scripts/rate-limiter.js';

let ctx: AudioContext;
const cache = new Map<string, AudioBuffer>();
let canPlay = true;

export const soundsTypes = [
// 音声なし
Expand Down

0 comments on commit 849d26e

Please sign in to comment.