Page 1 of 1

libvlc_audio_set_channel not working

Posted: 16 Feb 2012 09:30
by jacobs1
I cant get libvlc_audio_set_channel to work, The function call result is -1, also libvlc_audio_get_channel fails and returns 0.
I am using vlc 1.1.10. Is there a known issue with these functions ?

Re: libvlc_audio_set_channel not working

Posted: 19 Feb 2012 00:03
by XilasZ
don't know, i never tried those. Try with vlc 2.0

Re: libvlc_audio_set_channel not working

Posted: 19 Feb 2012 13:29
by jacobs1
I tried 2.0 same results.
Any ideas what may be the problem ?

Re: libvlc_audio_set_channel not working

Posted: 20 Feb 2012 11:07
by XilasZ
I've just tested with libvlc 1.1.12, it works fine.
How are you calling them ?

Those functions works only during playback.
If you call them before or after playback, they won't work, and libvlc_errmsg will return "no audio input".