Speechrecorder is available as package in an own Apt repository of Institute of Phonetics and Speech processing Munich. To use Speechrecorder you have to add our Apt repository to your Ubuntu installation.
Launch application Terminal.
Please copy this commands in a console and execute.
wget -qO - https://www.phonetik.uni-muenchen.de/Bas/software/repos/IPS_APT.gpg | sudo apt-key add - sudo test -d /etc/apt/sources.list.d || sudo mkdir -p /etc/apt/sources.list.d sudo wget -O /etc/apt/sources.list.d/phonetik_uni-muenchen_de_`lsb_release -s -c`.list https://www.phonetik.uni-muenchen.de/Bas/software/repos/phonetik_uni-muenchen_de_`lsb_release -s -c`.list sudo apt-get update -yq
If the repository was successfully added, install Spechrecorder:
sudo apt-get install speechrecorder-dist
or without interaction:
sudo apt-get install -yq speechrecorder-dist
Click on the Dash and search for "Speechrecorder"
or launch Terminal and type
speechrecorder
Unfortunately Ubuntu disables third party repositories before upgrade.
Reenable the IPS Apt repository in the Ubuntu software control center or add the repository again.
sudo apt-get remove speechrecorder-dist speechrecorder
sudo apt-key remove E092DDB6 sudo test -f /etc/apt/sources.list.d/phonetik_uni-muenchen_de*.list && sudo rm /etc/apt/sources.list.d/phonetik_uni-muenchen_de*.list sudo apt-get update -yq
Modifications: