Tilman Stremlau
Results
1
issues of
Tilman Stremlau
What is the correct way to stop the dispatcher? I run it in a separate thread and call stop(), but the stop variable is not volatile. https://github.com/JorenSix/TarsosDSP/blob/master/src/core/be/tarsos/dsp/AudioDispatcher.java#L120 Is it possible...