Skip to content

Handarand/Simple-Soundboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Simple Single Page Soundboard

This code creates a Soundboard on a single page using PHP, Javascript, JQuery, HTML5 and CSS. I was motivated to create when Soundboard.com ignored my two feature requests. This version is better than Soundboard.com in at least 4 ways:

  1. Loads way faster.
  2. Tablet and Mobile friendly.
  3. Sorts alphabetically automatically.
  4. You can play multiple drops simultaneously.

Getting Started

  1. Create a new folder and place all the MP3 drops you wish to have on the soundboard.
  2. On the top of the index.php file define that folder where is says $mp3directory.
  3. Deploy to a web server that supports PHP (most do).

Some Ideas For Your Soundboard

  1. Search for "CSS Button Generator" to create your own custom super cool looking buttons. Place that CSS into the sb.css file.
  2. I set the preload: none. This is because I have 200+ drops and want the initial page draw to be fast. Remove this line if you prefer the drops load on page draw and not on play.

Demo

This is the Neil Rogers Soundboard built using this code.

About

HTML5 Soundboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.3%
  • CSS 34.7%