Is possible to add audio track selection button?
Opened this issue · 4 comments
Just like subtitle track button, in OSC. It will be much better for watching movies (multi-audio tracks).
I add the audio track switch button, found that multi-audio tracks are not well supported.
Hi, it might be possible to do something like this but note that this component, and mpv, don't handle playback of the audio at all. Audio is still handled entirely by foobar. There is a context menu option in foobar that lets you choose the audio track to use for some types of multi-track file which might be possible to integrate with mpv using the scripting features described in the readme, or maybe the SDK has a specific API that could be used. But the implementation wouldn't be related or integrated with to mpv's audio track selection.
OK. Thank you. I have add an audio stream selection button on the OSC.
OK. Thank you. I have add an audio stream selection button on the OSC.