Page 1 of 1

Changing audio output device

Posted: 10 Jul 2017 23:00
by jcvamp
I've got a VLC control in a VB.NET program, and I want to be able to set the audio output device. I tried changing the device used by the installed VLC software, but it seems as though the VLC control doesn't use those settings.

Any ideas?

Re: Changing audio output device

Posted: 25 Jul 2017 12:57
by Jean-Baptiste Kempf
You need to use libvlc for this.

Re: Changing audio output device

Posted: 03 Aug 2017 02:49
by jcvamp
You need to use libvlc for this.
I am; that's how I'm using it as a control in VB.NET. I'm asking if and how I can specify the audio output device using the libvlc control.

Re: Changing audio output device

Posted: 07 Aug 2017 13:38
by Jean-Baptiste Kempf
Yes, you can. See the libvlc_audio calls