cancel button for analysis page

This commit is contained in:
2018-01-17 14:03:25 -06:00
parent 4a37371fd4
commit 6c1981d60b
3 changed files with 16 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ public class AudioAnalyzer implements Disposable {
exec.submit(pdr);
}
public void stop() {
private void stop() {
sfar.work = false;
tcr.work = false;
pfr.work = false;