Ending the current work. #29
Unanswered
eminemirhansener
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Guess it was working but it is too delayed. Is there any better solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
When you say delayed, you mean it takes too long between you click the button and the operation is canceled?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am trying to make a real-time bandpass filtering application. I created a thread to make sox function to work simultaneously with other processes but couldn't handle to end the current work by button click event.
Here is my sox function;
I used boolean btn_clicked variable which is enabled by button, inside OnProgress event handler but it didn't work for me.
Long story short, I would like to know if I make mistakes or how could make I it done?
Also the full project is in my repository page.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions