HOW TO INSTALL PARLATYPE AUDIO TRANSCRIPTION APP IN UBUNTU 16.04 – A BEST APPLICATION TO TRANSCRIBE AUDIO TO TEXT
Introduction
In this article we are going to learn How to install Parlatype audio transcription app in Ubuntu 16.04. Parlatype is a open source audio transcription app used to transcribe audio to text. Now you might thinking that where can we use this application. Here in this article I will explain you everything step by step.
Converting an audio file in to text is a tedious job and everytime it’s not possible to do so manually by listening it if the audio is too long. Luckly Parlatype application will help you to convert your audio to text easily within a minute. Let’s take an practical example on this so that your concept will get more clear.
Suppose you are attending a important meeting which is 2 hrs long and going so fast and you are not getting time to note each and every point that is being discussed. In that case you can use this application. What you can do is just start audio recording in your mobile and later with the help of Parlatype audio transcription app you can transcribe audio to text quiet easily.
Features of Parlatype audio transcription app :
- Parlatype supports multiple languages i.e. English, Italian, Dutch, French, German, Indonesian, Catalan, British English and many more.
- Supports audio file formats like ogg, mp3, wav…etc…
- Speed of the audio can be adjustable by using Parlatype as per your need and requirement.
- Parlatype audio transcription app comes with some basic features like You can pause the audio as you want and then rewind it if you want to listen it again.
- By using Keyboard shortcuts you can control the functions of the application.
Follow the below steps to install Parlatype audio transcription app in Ubuntu 16.04 – A Best application to transcribe audio to text
Parlatype audio transcription app is not a part of default repository of Ubuntu 16.04 Hence we have to install this application through PPA repository. So use the below command to install the official Repository for the same.
elinuxbook@ubuntu:~$ sudo add-apt-repository ppa:gabor-karsay/parlatype # Install PPA Repository
Stable releases of Parlatype, see also https://launchpad.net/parlatype
Parlatype is split into several packages, the interesting ones for users are parlatype and parlatype-libreoffice-helpers. The other packages are for developers who want to use libparlatype.
More info: https://launchpad.net/~gabor-karsay/+archive/ubuntu/parlatype
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmpz4_z2ko_/secring.gpg' created
gpg: keyring `/tmp/tmpz4_z2ko_/pubring.gpg' created
gpg: requesting key C92C4D6A from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpz4_z2ko_/trustdb.gpg: trustdb created
gpg: key C92C4D6A: public key "Launchpad PPA for Gabor Karsay" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
After installing the PPA repository let’s update the packages & repositories of Ubuntu 16.04 using below command.
elinuxbook@ubuntu:~$ sudo apt-get update # Update Packages & Repositories
Hit:1 http://ppa.launchpad.net/atareao/telegram/ubuntu xenial InRelease
Hit:2 http://ppa.launchpad.net/dhor/myway/ubuntu xenial InRelease
Hit:3 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:5 http://ppa.launchpad.net/dr-akulavich/lighttable/ubuntu xenial InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:7 http://ppa.launchpad.net/embrosyn/xapps/ubuntu xenial InRelease
Hit:8 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:9 http://ppa.launchpad.net/gabor-karsay/parlatype/ubuntu xenial InRelease
Hit:10 http://ppa.launchpad.net/mhsabbagh/greenproject/ubuntu xenial InRelease
Reading package lists... Done
Now we are ready to install the audio transcription app. So let’s go ahead and install the same using below command.
elinuxbook@ubuntu:~$ sudo apt-get install parlatype # Install Parlatype Package Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libparlatype1 The following NEW packages will be installed: libparlatype1 parlatype 0 upgraded, 2 newly installed, 0 to remove and 252 not upgraded. Need to get 290 kB of archives. After this operation, 1,015 kB of additional disk space will be used. Do you want to continue? [Y/n] y ---> Enter 'y' to continue the installation
Also Read :
- HOW TO INSTALL SOUNDCONVERTER AUDIO CONVERTER APP IN UBUNTU 16.04 – A AUDIO FILE CONVERTER FOR LINUX
- HOW TO INSTALL SELENE MEDIA ENCODER IN UBUNTU 16.04 – AUDIO & VIDEO CONVERTER APPLICATION FOR LINUX
- HOW TO INSTALL HANDBRAKE VIDEO CONVERTER IN UBUNTU 16.04
As you can see above we have successfully installed the Parlatype package. To confirm the same refer the below command.
elinuxbook@ubuntu:~$ sudo dpkg -l parlatype # Confirm the installed Package
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================================-=======================-=======================-=============================================================================
ii parlatype 1.5.4-0ubuntu1~xenial1 amd64 Minimal audio player for manual speech transcription
Now to open the application just type the command parlatype on shell prompt. Refer the command below.
elinuxbook@ubuntu:~$ parlatype # Open the Parlatype Application
Application version :
You can also open the Parlatype audio transcription app graphically using Search your computer box. Refer the snapshot below.
To uninstall the application use the below command.
elinuxbook@ubuntu:~$ sudo dpkg -r parlatype # Uninstall Parlatype audio transcription app
(Reading database ... 212471 files and directories currently installed.)
Removing parlatype (1.5.4-0ubuntu1~xenial1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
This is how we can install Parlatype audio transcription app in Ubuntu 16.04 – A Best application to transcribe audio to text. If you found this article useful then Like us, Share this post on your preferred Social media, Subscribe our Newsletter OR if you have something to say then feel free to comment on the comment box below.