Open sujinlab opened 5 years ago
Thanks for reporting this, we will investigate.
Ok I think I've worked out what was happening here. You changed the default microphone while the plugin was already running. You see, when the plugin first loads, we create a list of all the audio devices, and store their index. We then refer to them only by index. But when you go and change audio settings, the ordering of the devices will change, but our plugin will still have the old ordering. So there will be a mismisatch. This shouldn't be problem if you don't change audio settings in the system.
Hopefully this is the same issue you were having.
I will see if we can use a better system to manage this in an upcoming version.
Thanks,
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi.
I use one of the multi microphones in the window to capture.
Changing the input audio setting of avpro Capture does not apply. The default microphone of the window is applied. So to change input audio, I have to change the default microphone of Windows.
I've changed the microphone settings, but the sound comes from the microphone that's set by default in the window.