You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src
Romain Vimont d544e577c0 Automatically select audio source
If --audio-source is not specified, select the default value
according to the video source:
 - for display mirroring, use device audio by default;
 - for camera mirroring, use microphone by default.

PR #4213 <https://github.com/Genymobile/scrcpy/pull/4213>
11 months ago
..
adb Replace sprintf() with safer snprintf() 11 months ago
android
sys
trait
usb Replace raw number by its name 11 months ago
util Use `char *` for pointer arithmetic 11 months ago
audio_player.c Fix stream offset on audio buffer underflow 1 year ago
audio_player.h
cli.c Automatically select audio source 11 months ago
cli.h Add --pause-on-exit 12 months ago
clock.c
clock.h
common.h
compat.c
compat.h
control_msg.c
control_msg.h
controller.c
controller.h
coords.h
decoder.c
decoder.h
delay_buffer.c
delay_buffer.h
demuxer.c Update demuxer comment 1 year ago
demuxer.h
device_msg.c
device_msg.h
display.c Fix warning typo 1 year ago
display.h
events.h Add --time-limit 1 year ago
file_pusher.c
file_pusher.h
fps_counter.c
fps_counter.h
frame_buffer.c
frame_buffer.h
icon.c Add missing `void`s for empty parameter list 11 months ago
icon.h
input_events.h
input_manager.c
input_manager.h
keyboard_inject.c
keyboard_inject.h
main.c Declare local functions as static 11 months ago
mouse_inject.c
mouse_inject.h
opengl.c
opengl.h
options.c Automatically select audio source 11 months ago
options.h Automatically select audio source 11 months ago
packet_merger.c
packet_merger.h
receiver.c
receiver.h
recorder.c Fix PTS when not monotonically increasing 1 year ago
recorder.h Fix PTS when not monotonically increasing 1 year ago
scrcpy.c Add camera mirroring 11 months ago
scrcpy.h
screen.c Fix possible division by zero 1 year ago
screen.h
server.c Automatically select audio source 11 months ago
server.h Add camera mirroring 11 months ago
v4l2_sink.c
v4l2_sink.h
version.c
version.h