sndcpy
sndcpy copied to clipboard
Audio delay over 1000ms
I recently tried scrcpy and very satisfied but when i tried sndcpy i got audio delay over 1000ms, I've tried a few things but didn't solve the problem. My devices Redmi note 8, i've tried a few different phone but facing same problem
Over USB?
Over USB?
Yes, im using scrcpy and sndcpy over usb, scrcpy working good and very low latency, only sndcpy i got high latency
Have the same problem here, using a Samsung A50 (A505-F).
So did you found something that works with it?
Try increasing the network caching option in its .bat from 50 to 100.
put network-caching to -1 on both sndcpy file and sndcpy.bat . it works for me.
I encounter this issue while connecting wireless, and it is intended. see: https://github.com/rom1v/sndcpy/issues/150#issuecomment-890358852
I increase the display buffer of scrcpy with "--display-buffer=800", and now they are in sync. Going to try something you're talking about.
put network-caching to -1 on sndcpy.bat . it works for me.
not sure how to suggest changes to the code but I found that adding --clock-synchro=1 to the sndcpy.bat and sndcpy fixes the issue
@MauNi-M Thanks! This worked well!