Tweaks - eliranwong/UniqueBible GitHub Wiki

Tweaks

This wiki page described tweaks for specific platform or os

Ubuntu 22.04

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:

  1. Install ffmpeg and vlc media player:

sudo apt install ffmpeg vlc

  1. In "Config Flags Windows", enable "useFfmpegToChangeAudioSpeed" and "useThirdPartyVLCplayerForVideoOnly"