feat(pcm): increase buffer size for smoother playback

This commit is contained in:
Simon Chan 2023-12-08 15:52:25 +08:00
parent 4d6af115b0
commit 06e6f044e5
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
2 changed files with 14 additions and 16 deletions

View file

@ -37,7 +37,7 @@ export class ScrcpyAudioCodec implements ScrcpyOptionValue {
"raw",
0x00_72_61_77,
"audio/raw",
"1",
"",
);
readonly optionValue: string;