UnityPlugin-AVProMovieCapture icon indicating copy to clipboard operation
UnityPlugin-AVProMovieCapture copied to clipboard

The microphone I selected does not apply to avpro capture

Open sujinlab opened this issue 6 years ago • 3 comments

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.

20190906_224239 20190906_224253

I've changed the microphone settings, but the sound comes from the microphone that's set by default in the window.

20190906_234602

  • Unity version: 2018.3.11f11
  • AVPro Movie Capture version: 3.7.0
  • Operating system version: Windows10 Home
  • Capture component used: Capture from camera
  • Capture settings (resolution, frame-rate, codec): Please refer to the image.

sujinlab avatar Sep 06 '19 14:09 sujinlab

Thanks for reporting this, we will investigate.

AndrewRH avatar Oct 02 '19 07:10 AndrewRH

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,

AndrewRH avatar Mar 09 '20 23:03 AndrewRH

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.

stale[bot] avatar Jul 01 '20 19:07 stale[bot]