Skip to content

sogladev/audio-soundboard

Repository files navigation

audio-soundboard

A soundboard app to play stereo audio samples.

Live demo: https://jellemeeus.github.io/audio-soundboard

screenshot of app

The app has two buttons that play audio samples - left.mp3 in the left channel only, and right.mp3 in the right channel only.

Key Features

  • Play stereo audio samples
  • Simple UI with two buttons
  • Hosted on GitHub pages

Built with

Icons

  • Typescript
  • Tailwind CSS
  • Vue 3 (Composition API)
  • Nuxt

Setup

npm install

Development

npm run dev

Deployment

Generate static site:

npm run generate

Deploy to GitHub Pages:

npm run deploy

Resources

npm install

Development

npm run dev

Deployment

generate static site with

npm run generate

deploy to github pages

npm run deploy

package.json script

    "deploy": "nuxt generate && gh-pages --dotfiles -d .output/public"

Resources

https://github.com/darioTecchia/nuxt3-ghpages https://github.com/andgyk/anime-soundboard

Nuxt 3 Minimal Starter: Look at the Nuxt 3 documentation to learn more.