rom1v / sndcpy

Android audio forwarding (scrcpy, but for audio)
MIT License
3.29k stars 303 forks source link

Please revise the sndcpy.bat text encoding so it can work properly #280

Open ionlycod opened 1 month ago

ionlycod commented 1 month ago

in

sndcpy.bat

if not defined VLC set VLC="C:\Program Files\VideoLAN\VLC\vlc.exe"

"Program Files" has a space that would be recognized as a line break which stops the execution. Is the text in Windows CRLF? Please change if it's not.

(Related to #259 )