Can you tell me how to maintain the same quality of audio and spectrum display continuously for the main thread when the 10 threads are started by clicking on command1 button after clicking on play button.
How to make the main thread behave like it was behaving before without the 10 threads started.
This is obliviously you shouldn't overload the thread which plays the audio. Alternatively you could use CALLBAC_FUNCTION mechanism but it isn't trivial.