Currently, I am using Fmodce 3.75 to play mp3, and wav files. I have tried to play wma audio file, but, fail to do so. I read the latest FMOD EX does support a lot of audio file formats. If I am not mistaken, B4PPC is not compatible with FMODEX, am I right?
Anyway, please advise on how to play audio file WMA.
Try to call Windows Media Player. Simply run wmplayer.exe, from the Windows directory, with the target file as a parameter.
For example: Shell ("Windows/wmplayer.exe","/TargetFile.wma")
If you don't want the user to see the player you can bring your form back to focus and then close the WMP process when the file is done playing (if you know the length).
Fmod know the wma format normaly, there's a couple of week I used Fmod for play a wma file...
If you want play a music who is in the same path of your program be sure that you written "AppPath" cause I think that there're some problems if we write "music.wma" and not AppPath & "\music.wma"...
Good Luck
Fmod know the wma format normaly, there's a couple of week I used Fmod for play a wma file...
If you want play a music who is in the same path of your program be sure that you written "AppPath" cause I think that there're some problems if we write "music.wma" and not AppPath & "\music.wma"...
Good Luck
The device library doesn't support wma files.
I'm pretty sure that FMOD v3.75 CE is that latest version supported by Windows Mobile / Windows CE devices.
The device library doesn't support wma files.
I'm pretty sure that FMOD v3.75 CE is that latest version supported by Windows Mobile / Windows CE devices.
I see.. So, if I were to play some audio files besides the one you have listed in the code, I have to either call it from external like what the other guys were doing, right?
So, if I were to play some audio files besides the one you have listed in the code, I have to either call it from external like what the other guys were doing, right?