axmol/cocos/audio/winrt
Vladimir Perminov 7cacdaeaf1 Add getFileExtension to FileUtils
Gets filename extension is a suffix (separated from the base filename by
a dot) in lower case.

More code need get filename extension, everyone does it differently.
use check UPPER and lower case, use . and no(example ".csb", ".CSB",
"csb" )

And bag in AudioEngineImpl: find point from left( ext =
strchr(filePath.c_str(), '.'); )
If file path contains point. always unsupported media type
2015-08-05 22:21:16 +03:00
..
Audio.cpp Fix indent of Audio.cpp 2015-06-23 20:08:00 +08:00
Audio.h updated for Windows 8.1 2014-10-14 14:13:14 -07:00
AudioCachePlayer.cpp 1.AudioEngine:support callback for preload feature. 2015-07-28 15:27:07 +08:00
AudioCachePlayer.h 1.AudioEngine:support callback for preload feature. 2015-07-28 15:27:07 +08:00
AudioEngine-winrt.cpp Add getFileExtension to FileUtils 2015-08-05 22:21:16 +03:00
AudioEngine-winrt.h 1.AudioEngine:support callback for preload feature. 2015-07-28 15:27:07 +08:00
AudioSourceReader.cpp Added ogg support to audio engine. Fixed issues #150 and #151 2015-06-03 20:57:14 -07:00
AudioSourceReader.h Added ogg support to audio engine. Fixed issues #150 and #151 2015-06-03 20:57:14 -07:00
MediaStreamer.cpp Added MP3 support 2015-05-23 19:13:12 -07:00
MediaStreamer.h Added new audio engine with wav support 2015-05-15 18:17:52 -07:00
SimpleAudioEngine.cpp fix deprecated method 2015-05-21 13:30:51 -07:00