Categories: Ubuntu

This App can Show Live Captions on Your Ubuntu Desktop

 

For people who are hard-of-hearing, and/or for better understanding audio, here’s a live captions app that provides real-time automatic subtitles on Linux desktop.

The app displays a wide flat window on desktop, showing real-time (may have few hundred milliseconds delay) subtitles for voice come from either speaker or microphone.

It’s free and open-source, and captioning locally without network permission with the power of deep learning. And, there’s no API keys, no proprietary services/libraries, no telemetry, no spying, no data collection.

The only thing you need is a somewhat-decent CPU that can perform real-time captioning. It’s tested and working good in my i5-10400,

Sponsored
and following CPUs mentioned in project page:
  • Intel i7-2670QM
  • Intel i7-7820HQ
  • Intel i5-8265U
  • AMD Ryzen 5 1600
  • Steam Deck

How to Install the Live Captions app

The Live Captions app is available as Flatpak package that works in most Linux desktop!

Linux Mint 21 and Fedora 38+ (with 3rd party repository enabled) can directly search for and install “Live Captions” from either Software Manager or Gnome Software.

1. For Ubuntu, first press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to enable flatpak support:

sudo apt install flatpak

Other Linux can follow this official setup guide to enable Flatpak.

2. Then, run command to install the app through Flatpak package:

flatpak install https://dl.flathub.org/repo/appstream/net.sapples.LiveCaptions.flatpakref

As running in sandbox, it may have hundred MB downloads for run-time libraries.

After installation, launch it from start menu or ‘Activities’ overview depends on your desktop environment.

Sponsored

If you’re first time installing an app through Flatpak, then you may need to log out and back in to make app icon visible. Or, run command below to start it from terminal:

flatpak run net.sapples.LiveCaptions

Start Live Captions

The first launch of the app will guide you to perform a short benchmark for your CPU. You need at least 1.0 score for running this app.

As it noticed, the live captions may not be accurate. It may make mistakes, including when it comes to numbers. Please do not rely on the results for anything critical or important.

When done, it starts into a blank window. There click the gear button to open ‘Preferences dialog’ to configure the window width, background opacity, text font, etc.

The built-in model so far support only English. Though, there are few more models available to download, which makes it work for Polish and French language.

To make the window always on top, just right-click on it and click “Always on Top” option.

When done configuration, just start live chat, or play something with voice, the app window should automatically show you the real-time subtitles in few seconds.

The post This App can Show Live Captions on Your Ubuntu Desktop appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

Install FreePBX and Asterisk on Ubuntu 24.04 LTS for security patches until 2036

Deploying FreePBX and Asterisk on a single Ubuntu virtual machine in a public cloud is…

1 day ago

Certification as a strategy: How Ubuntu & SystemReady boost hardware competitiveness

Canonical and MediaTek enhance reliability, accelerate market entry and reduce Total Cost of Ownership (TCO)…

1 day ago

Ubuntu 20.04 LTS on Azure: how to stay secure after standard support ends

As Ubuntu 20.04 LTS (Focal Fossa) standard support ends on May 31, 2025, Azure users…

1 day ago

Ubuntu Weekly Newsletter Issue 881

Welcome to the Ubuntu Weekly Newsletter, Issue 881 for the week of February 23 –…

2 days ago

Experiment Tracking with MLFlow in Canonical’s Data Science Stack

Welcome back, data scientists! In my previous post, we explored how easy it is to…

2 days ago

How to Install vLLM on Linux Using 4 Easy Steps

In this article, we will see how to install vLLM on Linux using 4 easy…

2 days ago