Delay playing first event sound

I’m building an app that plays sounds during certain events… for some reason the very first sound is delayed… any other sound after that is not. is this typical behavior?

I’m using this code to load it:
local sound = media.newEventSound( “beep.caf” )

and this code to play it:
media.playEventSound( sound ) [import]uid: 1896 topic_id: 259 reply_id: 300259[/import]

Are you seeing this in the simulator or on the device? [import]uid: 5 topic_id: 259 reply_id: 328[/import]

I’m only in the simulator for now… [import]uid: 1896 topic_id: 259 reply_id: 334[/import]