Change audio output adapter axvlcplugin21
Posted: 07 Oct 2014 18:11
I have a old time radio streaming program I am building and want to stream on a different output adapter to my Bluetooth tube radio. I would like to "broadcast" this on a different audio output than the windows default. I kind of want playlist support and I know that is possible with the media player in c#, but vlc seems to work better. Still even with the media player embedded control I can't seem to set an output adapter either. I also tried irrklang libraries. I just cant seem to find a api that allows device settings. Any idea's? I know that it is impossible to listen to two things at once anyway, but if there is a possible way to do this I want it done this way. So far I have scraped a website for it's data content for the radio shows and the program is loading all the data into the form from a database, so the computer is mostly memory starved for anything else anyway. As a last resort i'll just save the default device and just set it back when the program exits.