Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
remove unused audio. (#2348)
Browse files Browse the repository at this point in the history
* remove unused audio.

* Rename and remove .asd file
  • Loading branch information
fairlighteth authored Feb 1, 2022
1 parent 4955acc commit 913a30a
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
Binary file removed public/audio/archive/mooooo-error__ORIGINAL.mp3
Binary file not shown.
Binary file removed public/audio/archive/mooooo-halloween.wav
Binary file not shown.
Binary file removed public/audio/archive/mooooo-halloween__lower.wav
Binary file not shown.
Binary file removed public/audio/archive/mooooo-send__ORIGINAL.mp3
Binary file not shown.
Binary file not shown.
Binary file removed public/audio/archive/mooooo-success__old.mp3
Binary file not shown.
File renamed without changes.
Binary file removed public/audio/mooooo-send.mp3.asd
Binary file not shown.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/custom/utils/sound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ type SoundType = 'SEND' | 'SUCCESS' | 'ERROR'
type Sounds = Record<SoundType, string>

const COW_SOUNDS: Sounds = {
SEND: '/audio/mooooo-send__lower-90.mp3',
SUCCESS: '/audio/mooooo-success__ben__lower-90.mp3',
ERROR: '/audio/mooooo-error__lower-90.mp3',
SEND: '/audio/send.mp3',
SUCCESS: '/audio/success.mp3',
ERROR: '/audio/error.mp3',
}

const SOUND_CACHE: Record<string, HTMLAudioElement | undefined> = {}
Expand Down

0 comments on commit 913a30a

Please sign in to comment.