scrcpy/server
Romain Vimont 420d3a40dd Fix error handling in raw audio recorder
It is incorret to ever call:

    streamer.writeDisableStream(...);

after:

    streamer.writeAudioHeader();

Move the try-catch block so that it can never happen.
2023-11-11 11:24:47 +01:00
..
scripts
src Fix error handling in raw audio recorder 2023-11-11 11:24:47 +01:00
.gitignore
build_without_gradle.sh Bump version to v2.2 2023-11-01 18:36:33 +01:00
build.gradle Bump version to v2.2 2023-11-01 18:36:33 +01:00
meson.build
proguard-rules.pro