Created
November 28, 2016 08:08
-
-
Save trzecieu/b46829b2b24c3896c63d4d1b05e2df80 to your computer and use it in GitHub Desktop.
This file contains 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
@ECHO OFF | |
SET "LINUXTMP=$(echo '%TMP:\=\\%' | sed -e 's|\\|/|g' -e 's|^\([A-Za-z]\)\:/\(.*\)|/mnt/\L\1\E/\2|')" | |
echo LINUXTMP = "%LINUXTMP%" | |
ECHO --- PulseAudio... | |
C:\Windows\System32\bash.exe -xc "wget -cO '%LINUXTMP%/pulseaudio.zip' 'http://bosmans.ch/pulseaudio/pulseaudio-1.1.zip'" | |
ECHO --- Extracting PulseAudio | |
md "%TMP%\pulseaudio" | |
C:\Windows\System32\bash.exe -xc "unzip -o '%LINUXTMP%/pulseaudio.zip' -d '%LINUXTMP%/pulseaudio'" | |
ECHO --- Installing PulseAudio | |
xcopy /e "%TMP%\pulseaudio" "%AppData%\PulseAudio\" | |
ECHO --- Setting PulseAudio to run at startup | |
echo set ws=wscript.createobject("wscript.shell") > "%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\start_pulseaudio.vbe" | |
echo ws.run "%AppData%\PulseAudio\bin\pulseaudio.exe --exit-idle-time=-1",0 >> "%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\start_pulseaudio.vbe" | |
REM Recomended/required settings | |
echo load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1 >> "%AppData%\PulseAudio\etc\pulse\default.pa" | |
"%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\start_pulseaudio.vbe" | |
ECHO When prompted, DO NOT allow 'pulseaudio' access to any of your networks. It doesn't need access. | |
ECHO All Done | |
PAUSE |
Hi! I will take a look what's happening there. Can you please tell me what is your Windows version (Win+R: winver). So that I can install VM and test it.
I've switched entirely to Linux recently and I didn't follow fully what's changing there.
Cheers!
I have version 2004 (build 19041.84), thanks for helping
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't make it work, been trying for 2 days. I have tried everything but no sound. pls help