So, where do you go for your game’s sound effects? [import]uid: 8271 topic_id: 2640 reply_id: 302640[/import]
Really? So, no-one uses sound in their games here? [import]uid: 8271 topic_id: 2640 reply_id: 7722[/import]
local soundID = media.newEventSound( “sound.caf” )
media.playEventSound( soundID )
More info here:
http://developer.anscamobile.com/content/multimedia-features#media.playEventSound_sound_
You need to have your sounds converted to IMA4 (you an also use LEI16, but IMA4 usually covers most sound effects). For converting, I created an easy drag and drop utility:
http://developer.anscamobile.com/code/ima4-dropper
Hope that helps! [import]uid: 7849 topic_id: 2640 reply_id: 7725[/import]
Oops, sorry - guess I wasn’t clear…
What I meant was; Where do other devs go to get their sound files for free or paid-for audio files?
I’m building a game which wants some specific-type sounds and have no idea (not having written a game before) where to go!
Thanks for the links though
I was (again) nicely surprised at how easy it was to use corona to make a play/pause button to fade in/out the audio track
m [import]uid: 8271 topic_id: 2640 reply_id: 7730[/import]
Have you seen that page recently? [import]uid: 8271 topic_id: 2640 reply_id: 7746[/import]
sorry i was on iphone and it tried to correct the spelling heres the link
http://www.pacdv.com/sounds/ [import]uid: 7911 topic_id: 2640 reply_id: 7747[/import]
I use http://www.soundrangers.com
Pretty cheap and a good selection of good quality sounds [import]uid: 7863 topic_id: 2640 reply_id: 8464[/import]