Welcome To The Buttons!
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 itNULL
if you don't want it
The .mp3 files go in the audio folder!
How do I make my own cool sounds?
- Install Audacity
- Install llame library for audacity (this let`s you export recorded sounds to mp3) Link
- Set audacity to record the output from your computer Link
- Play the sound while you record it
- Put a fade out effect on the last second of the sound (It makes for a more organic feeling when pushing the button)
- Boost the sound with the equalizer effect. This is good for mobile users because phone speakers suck, so the sound needs to be loud
- 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