-
-
Notifications
You must be signed in to change notification settings - Fork 38
Tweaks
Eliran Wong edited this page Mar 8, 2023
·
1 revision
This wiki page described tweaks for specific platform or os
Install basic tools and libraries. For examples, https://github.com/eliranwong/ChromeOSLinux/blob/main/README.md#basic-tools--libaries
Issue: Pulseaudio in Ubuntu 22.04 causes audio playback delay.
Workaround: replace pulseaudio with pipewire
Read https://github.com/eliranwong/ubuntu_on_surface_go#replace-pulseaudio-with-pipewire-on-ubuntu-2204
Issue: changing playback speed of mp3 and mp4 files are not good.
Workaround:
- Install ffmpeg and vlc media player:
sudo apt install ffmpeg vlc
- In "Config Flags Windows", enable "useFfmpegToChangeAudioSpeed" and "useThirdPartyVLCplayerForVideoOnly"