Hi,
I have a short question:
I made my own audio filter but now I would also like to do my own downmixing from 5.1 -> stereo, preferably all in the same audio_filter module.
How can I force the vlc to use my algorithm not float32_mixer or simple_channel_mixer or other..What is the deciding mechanism anyway, sometimes it uses float32 sometimes others?
Thanks!!!!