JorenSix / TarsosDSP

A Real-Time Audio Processing Framework in Java
http://0110.be/tag/TarsosDSP
GNU General Public License v3.0
1.97k stars 472 forks source link

Error at AudioDispatcher.run #194

Open tim162 opened 4 years ago

tim162 commented 4 years ago

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.

Any help is appreciated!

pterodactylus42 commented 3 years ago

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.