You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a InputStream with a callback function to get audio data like this example: example.
But I found that the number of handles was increasing through the windows task manager. If I create this stream multiple times in a process, the handle is incremented by 2 at a time. And if callback is not specified, the number of handles will not increase.
I want to know what the problem is and how to solve it.
Looking forward to your reply : )