Octave library of UI sounds for IOS mobile devices
Octave is as it states a free library of UI sounds for IOS mobile devices.
I have been using it in some IOS projects and it really helps to give users feedback on touching and swiping on objects.
A quick example of using html5 audio in a mobile web app:
html
<audio id="audio" src="sounds/button-click.mp3"></audio>
JavaScript
document.getElementById('audio').play();
or you could use Cordova media plugin for a similar effect.
Written by Steven Iseki
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ios
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#