sndcpy
sndcpy copied to clipboard
Support for sending audio over WiFi connection
scrcpy supports mirroring the screen via WiFi connection here
It'd be nice if sndcpy also had support for this, currently audio playback will stop if USB is disconnected.
scrcpy supports mirroring the screen via WiFi connection here
It'd be nice if sndcpy also had support for this, currently audio playback will stop if USB is disconnected.
I send sound without usb. Check if you can connect via tcpip 5555
.
Next to it, adb connect ip:5555
. And run sndcpy
. It's work for me
Try this it worked for me. Make a new text document and type in there
cd < Your path to the adb folder > adb tcpip 5555 adb connect < your phone IP:TCP > example 192.168.1.100:5555 sndcpy
After this save it as START.bat double click and it should run over wifi