Romain Vimont

Results 2060 comments of Romain Vimont

Thank you :+1: Will check that soon (hopefully).

It probably depends on the device ROM which correctly exposes (or not) the sound via the Playback capture API.

> I lose audio randomly after a few minutes of starting it up. > I experienced the same thing after updating my Galaxy M11 from Android 10 to Android 11...

@WolfeTMGaming Probably nothing sndcpy can do if the device audio capture is broken after few minutes on your device (except specific workaround code to restart it automatically)…

Is it installed at this location? https://github.com/rom1v/sndcpy/blob/f0995ca4d0002ef288c74c70d4c0eb48354449d5/sndcpy.bat#L3 https://github.com/rom1v/sndcpy#environment-variables

The gradle stuff is just a warning. The problem is that you don't have `adb`: > ./sndcpy: line 17: adb: command not found

You must not pass the VLC path as a sndcpy argument, but as an environment variable `VLC`. ```bash VLC=/Applications/VLC.app/Contents/MacOS ./sndcpy ``` Also, please do not post screenshots of text, just...

> When i play sndcpy it will automatically stopped after few seconds #153