small-hack / smol-k8s-lab

☁️ CLI & TUI with a smol friendly vibe to get started with Kubernetes on metal, then bootstrap apps using Argo CD 🧸 Great for testing webapps and benchmarking.
https://small-hack.github.io/smol-k8s-lab/
GNU Affero General Public License v3.0
12 stars 1 forks source link

Allow users to not load the pygame mixer if they have text to speech turned off #225

Closed jessebot closed 1 month ago

jessebot commented 1 month ago

This only loads the pygame mixer if a user has text to speech options enabled in the config file, otherwise, they can get errors in the TUI.

Also add some docs explaining that you need to turn off all text to speech options to avoid alsa errors if running on a machine without sound capabilities or via SSH. You may still get Alsa errors if you have bell_on_error or bell_on_focus on, because they may also use Alsa, so you may have to turn those off too. Also tidied the accessibility features tui docs.