Have BASS handle the reading of WMA files?
BASS_SetConfig( BASS_CONFIG_WMA_BASSFILE, BOOL bassfile );
bassfile | BASS should handle file reading? |
Using this config option, BASS can be made to handle the WMA file reading instead, re-enabling the aforementioned features. There is a down side though, in that it's not possible to play WMA files while they are still being encoded.
BASS will only handle the reading of local WMA files. Internet files/streams will always be handled by the Windows Media modules, regardless of this config setting.