Stereo Mode
Problem to solve
Stereo Mode (.audio.channel in the old ActiveX library)
In the old AxVLCPlugin2 it was possible to select Stereo Mode
(Mono, Stereo, Left, Right, Reversed Stereo)
The syntax was (for example left only): AxVLCPlugin2.audio.channel = 3
I cannot find this feature in LibVLCSharp
Intended users
Karaoke kiosks.
Some karaoke track that have vocals mixed only one side (left or right). Stereo mode allows to mute the vocals selecting only the channel without them.
Proposal
Can this feature be added? I am trying to migrate to a new version of VLC and a Karaoke Player application I am updating.