rom1v / sndcpy

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

close sndcpy.bat black window automatically #208

Open nr1995 opened 2 years ago

nr1995 commented 2 years ago

Hey, is there any way to make the black window close automatically after it's successfully connected and working? Thanks.

Javascript-void0 commented 1 year ago

You can add start "" in sndcpy.bat

%VLC% -Idummy --demux rawaud --network-caching=0 --play-and-exit tcp://localhost:%SNDCPY_PORT% & exit 0

to

start "" %VLC% -Idummy --demux rawaud --network-caching=0 --play-and-exit tcp://localhost:%SNDCPY_PORT% & exit 0