[SOLVED] Send audio to different output device via command line
Posted: 23 Aug 2015 16:57
I’m trying to use VLC to play a wav file via the command line. The problem I’m having is that I want to direct the audio to another output device (not the default device). I have been using this command:
(I also have included the commands so there is no GUI and it quits after playing.)
But I don’t think I have the “device name” correct. How can I determine the correct name for the output device? Also is this the correct method for sending the output to another device? I have searched the net and this forum, and know this must be simple, but a pointer would be appreciated.
Code: Select all
D:\Data\VideoLAN\VLC\vlc.exe horn.wav -Incurse --aout=waveout --waveout-audio-device="Speakerphone (Polycom CX100)" --play-and-exit
But I don’t think I have the “device name” correct. How can I determine the correct name for the output device? Also is this the correct method for sending the output to another device? I have searched the net and this forum, and know this must be simple, but a pointer would be appreciated.