Skip to content

This project creates buttons from mp3 files stored in a directory. It also has a search and upload feature

Notifications You must be signed in to change notification settings

lithiil/buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome To The Buttons!

alt text

I put a couple of .mp3 sounds in the audio folder so that you can test the concept and see if you like it.

I do not own any of the sounds included!

This project uses PHP and Javascript + jQuery (loaded through CDN), so make sure that you have these dependencies installed before attempting to use it

  • The upload feature is disabled by default. You must update assets/scripts/config.php and enable the upload flag there to make it available. After closing the upload modal, a JS window.replace will redirect the user to the site (to avoid the annoying submit again warning), don`t forget to uncomment it and put your own url there!
  • Don't forget to give the OS user write permission to the approve folder or an error will be generated
  • Change the email in assets/scripts/config.php to your own or make it NULL if you don't want it

The .mp3 files go in the audio folder!

How do I make my own cool sounds?

  1. Install Audacity
  2. Install llame library for audacity (this let`s you export recorded sounds to mp3) Link
  3. Set audacity to record the output from your computer Link
  4. Play the sound while you record it
  5. Put a fade out effect on the last second of the sound (It makes for a more organic feeling when pushing the button)
  6. Boost the sound with the equalizer effect. This is good for mobile users because phone speakers suck, so the sound needs to be loud
  7. Put the .mp3 file in the audio/ folder

If you think this project is cool and you have any tips or ideas, please contact me at tudorjamal@gmail.com :)

Last but not least, I would like to thank Andrei Susanu, Mihai Tuhari, Virgil Soldan and Alexandru Ifrim for coaching me and introducing me to the world of programming :D

About

This project creates buttons from mp3 files stored in a directory. It also has a search and upload feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published