Speech Note is a free and open source Speech to Text, Text to Speech and Translation application for Linux. It is released under Mozilla Public License 2.0. You can use this app for note taking, reading and translating jobs. It comes with multiple different processing engines and more than 60 languages support. After the installation you need to download the required language models directly from the app. It is a offline app and you don’t need any internet connection after downloading the language models.
How to Install Speech Note on Ubuntu
First install flatpak and flathub on your system using below commands and restart it after the installation. Just skip this step if you already have in your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And restart your system after above installation. Now open the terminal application (ctrl+alt+t) run below Speech Note flatpak install command.
flatpak install flathub net.mkiol.SpeechNote
You can open Speech Note using below command.
flatpak run net.mkiol.SpeechNote
And uninstall Speech Note using below commands.
flatpak uninstall net.mkiol.SpeechNote
[OR]
sudo flatpak uninstall net.mkiol.SpeechNote