I work with Corona SDK trial version on Win32 platform.
The program works ok , except the sound playing:
media.playEventSound( "beep.caf" )
I have the beep.caf file in the folder. Any ideas? Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I ran into this problem when I was first starting out with Corona also. The problem is that windows doesn’t play .caf files (which is a mac format).
I recommend grabbing the file …\Corona SDK\Sample Code\Hardware\Accelerometer1\beep_wav.wav and copying it to your project. Then you just need to replace beep.caf with beep_wav.wav. beep_wav.wav and beep.caf are the same sound anyway!