Soundboard made with Nuxt2. Play sounds in voice chats !
Report Bug
.
Request Feature
Claket is a web PWA that allows you to play sounds in voice chats, made with Nuxt2 and using the IndexedDB API.
- Load file (.mp3, .wav, .flac and video file too) in button
- Drag & drop file in button
- Play, pause, resume and stop sounds (You can play multiple sound at the same time)
- Master volume and specific volume of each sound
- Choose audio output
- Keyboard navigation (Arrows, Spacebar, WASD, ZQSD, M, R, L, P, +, -)
- Multi pages
- Loop audio
- Playback sound on default audio output
- Delete all sounds of a page
Go the releases page
- Windows : use the setup or extract the zip file and launch claket-win_x64.exe
- Other : extract the zip file and launch the executable corresponding to the architecture of your machine
- You can use claket on https://claket.netlify.app (Audio output choice not available on firefox, use a chromium or edge based browser)
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
Distributed under the MIT License. See LICENSE for more information.