Romain Vimont

Results 1993 comments of Romain Vimont

Merged :+1: 9d1d79b004ed7171f481225993d54c3b100411a7 > Please don't change it for other devices and Android versions though It is very specific to Honor on Android 14 where the alternate method exists.

Une `scrcpy-noconsole.vbs` if you don't want a console on Windows.

If you run from python, don't use the .bat or .vbs, just exec `scrcpy.exe` with the arguments you want: https://stackoverflow.com/questions/89228/how-do-i-execute-a-program-or-call-a-system-command

On Android 14, it's "expected" (#4011).

Oops, sorry, I forgot this PR (and my branch `pr4822`), and re-implemented it :confused: https://github.com/Genymobile/scrcpy/issues/5073#issuecomment-2233173195

Thank you for all the details! I do not plan to work on this soon, but your post will definitely help when I do :) In practice, resampling for high...

`aoa_init()` basically calls `libusb_init()`. So you can't initialize libusb. I'm not so surprised if you use it from Windows (even if it runs some Linux above).

> can it send audio from linux to android? No. :(

@amosbird Several years ago, I implemented a "real-time" [talkie-walkie](https://groups.google.com/forum/#!topic/serval-project-developers/K-EH2RxtPbs) (https://github.com/rom1v/batphone/commit/3059bc4cb78c3f537f5fdfcfbd9a05a67a17b7c7) between Android devices on a Mesh network. A cache of 100ms was sufficient, so I guess you can get a...

Update your meson. (`pip3 install meson`, or upgrade your Ubuntu, 16.04 is very old)