zita-at1 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zita-at1: command not found
or when using sudo you get the following error message
sudo: zita-at1: command not found
Solutions to zita-at1: command not found
How To Fix zita-at1: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zita-at1 is provided by zita-at1 package.
zita-at1 is:
AT1 is an ‘autotuner’, normally used to correct the pitch of a voice singing (slightly) out of tune. Compared to ‘Autotalent’ it provides an improved pitch estimation algorithm, and much cleaner resampling.
AT1 does not include formant correction, so it should be used to correct small errors only and not to really transpose a song. The ’expected’ pitch can be controlled by Midi (via Jack only), or be a fixed set of notes. AT1 can probably be used on some instruments as well, but is primarily designed to cover the vocal range. It’s also usable as a quick and dirty guitar tuner.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zita-at1
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zita-at1.
sudo apt -y install zita-at1
Or if you have aptitude installed you can use the following command.
sudo aptitude install zita-at1
Summary
In this tutorial we learn how to fix zita-at1 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.