Romain Vimont
Romain Vimont
You probably defined the ADB environment variable to an incorrect value.
It's just that it does not find vlc on your system.
What is the full path of `vlc.exe`?
https://github.com/rom1v/sndcpy/blob/39bd8c74485cf6dd4f34d58b94ea4f1e8fbccacf/sndcpy.bat#L3
Could you post the exact line you put in the bat file? Are there any trailing spaces or something?
Start cmd first (Windows+r, `cmd.exe`), go to the sndcpy directory (`cd C:\...\sndcpy`) and run sndcpy from there. You'll get the error message (probably vlc cannot be found).
Scrcpy is actively developed and maintained (on my free time, but still). But sndcpy is just a PoC: it just forwards (uncompressed) audio from the audio capture API from Android...
Over USB, audio should not have a high latency with sndcpy. Over wifi, this is expected (to the point of being unusable, VLC automatically increases buffer size to compensate for...
@Grench6 Connect to your computer using bluetooth. It works better than either usbaudio or sndcpy anyway, and without restrictions.
Probably, or even `aplay` from ffmpeg. But it's just a PoC, so I probably won't add options to select another player. You could just edit the last line of [sndcpy](https://github.com/rom1v/sndcpy/blob/master/sndcpy)...