RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
231 stars 28 forks source link

Select audio output device #908

Open XMJGame opened 3 years ago

XMJGame commented 3 years ago

Since four channels of sound need to be played at the same time, we hope to use a function like TouchDesigner software to support the selection of different audio output devices.

So I can do this by adding a sound card device.

image xie

XMJGame commented 3 years ago

I hope you can consider adding it in later versions,Thank you。

stale[bot] commented 2 years ago

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.

AndrewRH commented 2 years ago

You can do this already if you use DirectShow video API you can type in the name of the sound card you want to use for audio playback. See here: https://www.renderheads.com/content/docs/AVProVideo/articles/component-media-player.html#platform-specific---windows

The property is called "Force Audio Output Device"

Does that help?

XMJGame commented 2 years ago

Ok, thank you

XMJGame commented 2 years ago

Thank you very much for solving the problem that has been bothering me for a long time