I'm using TarsosDSP in my Android app and Play Console every now and then shows:
java.lang.Error:
at be.tarsos.dsp.AudioDispatcher.run (Unknown Source:149)
at java.lang.Thread.run (Thread.java:919)
I was trying to catch all the exception, for example when starting a new dispatcher and this is working. Unfortunately this error doesn't give any more information and I don't know where it comes from and how to handle it.
Which Version of Tarsos are you using, and how did you add it to your app? I'm also having issues with the versions in the central maven repository. Android specific io libs missing there.
I'm using TarsosDSP in my Android app and Play Console every now and then shows:
I was trying to catch all the exception, for example when starting a new dispatcher and this is working. Unfortunately this error doesn't give any more information and I don't know where it comes from and how to handle it.
Any help is appreciated!