Skip to content

alohaas/smorgasbord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smorgasbord

Ultra simple express app loads audio files from a directory and displays them on a web page using HTML5.

This is the first iteration. I will eventually break the express app part of this out into a separate repository and smorgasbord will become an npm module.

###usage

git clone https://github.com/colpanik/smorgasbord.git
cd smorgasbord
npm install
cd smorgasbord
node app.js

In your browser:

http://localhost:3000

###adding sounds Smorgasbord automatically creates buttons based on the audio files you've placed in the public/sounds directory. To add new sounds, just put another file in public/sounds.

About

Web audio sample player. Ultra simple express app loads audio files from a directory and displays them on a web page using HTML5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • CSS 35.4%