I get the following errors when using the Dolby Audio API. I'm purposely using a loop to play an *.mp3 file quickly and I'm getting the following error.
01-03 20:42:04.109: E/AndroidRuntime(2913): FATAL EXCEPTION: DsClientHandlerThread 01-03 20:42:04.109: E/AndroidRuntime(2913): java.lang.RuntimeException: java.lang.RuntimeException: Internal DSClient.setDsOn(true) Failed! 01-03 20:42:04.109: E/AndroidRuntime(2913): at com.dolby.dap.DsClientManager.setDolbySurroundEnabled(DsClientManager.java:525)
If I load the *.mp3 via soundpool or mediaplayer class the error will be seen.
What's interesting is that *.ogg or *.wav is fine. Looks isolated to *.mp3 file format