UI sound for your prototype
👉 http://share.framerjs.com/95t3ttjoj7om/
Place uisound.coffee
into the modules
folder of your project.
{UISound} = require "uisound"
beep = new UISound("sounds/beep.mp3")
button.onTap ->
beep.play()
- MP3
The best choice
- WAV
Huge size
- OGG
Bad compatibility
- CAF
Works on Safari