Created
September 17, 2015 16:31
-
-
Save L1fescape/2ae5e5b4cf051e7aeaa8 to your computer and use it in GitHub Desktop.
Bat file for starting Virtual Audio Cable with my settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start "audiorepeater" "%programfiles%\Virtual Audio Cable\audiorepeater.exe" /Input: "Line 3 (Virtual Audio Cable)" /Output: "Line 1 (Virtual Audio Cable)" /BufferMs:100 /SamplingRate:96000 /Priority:high /Autostart | |
start "audiorepeater" "%programfiles%\Virtual Audio Cable\audiorepeater.exe" /Input: "Microphone (Realtek High Defini" /Output: "Line 1 (Virtual Audio Cable)" /BufferMs:100 /SamplingRate:96000 /Priority:high /Autostart | |
start "audiorepeater" "%programfiles%\Virtual Audio Cable\audiorepeater.exe" /Input: "Line 3 (Virtual Audio Cable)" /Output: "Speakers (Realtek High Definiti" /BufferMs:100 /SamplingRate:96000 /Priority:high /Autostart |
Is there a way to perhaps use a batch file to read what devices are available for the audio repeater outputs?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry it has been sorted , if the Device name is the same and the length end up being bigger than 30 then a method to get around this is to actually just rename the device to something shorter which kills the length problem .
e.g
start /min "audiorepeater_ks" "C:\Program Files\Virtual Audio Cable\audiorepeater.exe" /Input:"Line 1 (Virtual Audio Cable)" /Output: "speak (speak)" /SamplingRate:88200 /BufferMs:150 /Buffers:15 /autostart
start /min "audiorepeater_ks" "C:\Program Files\Virtual Audio Cable\audiorepeater.exe" /Input:"Line 1 (Virtual Audio Cable)" /Output: "speak2 (2- speak )" /SamplingRate:88200 /BufferMs:150 /Buffers:15 /autostart