Hello,
I found a new problem when a user reported a file which my app cannot support.
It is a voicemail wav file, and after I test it, I found the encoding is PCM MU-LAW. Does BASS support this encoding?
I have tested that Android default music player can support this encoding. Am I missing any add-on to support it? If BASS does not support it, will it handover to Android to play it?
Currently from my testing, the format is not supported and when use BASS to parse the file, it throws BASS_ERROR_FORMAT error.
Thanks.