Audio Support on Corona Cards for Windows Phone?

Hello everyone!

Except .wav format, Corona cards supported audio formats?

Thank!

PS: .ogg format not working

The *.ogg file format is definitely supported on WP8.

Odds are you forgot to set your ogg file’s “Build Action” property to “Content” in Visual Studio.  This tells Visual Studio to include this file within your app bundle.  Instructions on how to do this can be found in steps 5 and 6 here…

   http://docs.coronalabs.com/daily/coronacards/wp8/portapp.html#copying-project-files

Note that file extensions that Visual Studio does not recognize will not be automatically set to “Content”.  So, files such as *.ogg, *.json, *.ttf, etc. will not be automatically included within your app.  We warn about this in the link about (Notes box, bullet 3).

Exactly! Thank you very much!

The *.ogg file format is definitely supported on WP8.

Odds are you forgot to set your ogg file’s “Build Action” property to “Content” in Visual Studio.  This tells Visual Studio to include this file within your app bundle.  Instructions on how to do this can be found in steps 5 and 6 here…

   http://docs.coronalabs.com/daily/coronacards/wp8/portapp.html#copying-project-files

Note that file extensions that Visual Studio does not recognize will not be automatically set to “Content”.  So, files such as *.ogg, *.json, *.ttf, etc. will not be automatically included within your app.  We warn about this in the link about (Notes box, bullet 3).

Exactly! Thank you very much!