zita-resampler command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zita-resampler: command not found
or when using sudo you get the following error message
sudo: zita-resampler: command not found
Solutions to zita-resampler: command not found
How To Fix zita-resampler: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zita-resampler is provided by zita-resampler package.
zita-resampler is:
Input format is any file readable by libsndfile, output is either WAV (WAVEX for more than 2 channels) or CAF. Apart from resampling, users can change the sample format to 16-bit, 24-bit or float, and for 16-bit output, add dithering.
Available dithering types are rectangular, triangular and Lipschitz' optimised error feedback filter. Some examples of dithering can be seen here: https://kokkinizita.linuxaudio.org/linuxaudio/dithering.html
To fix this problem, we can install more using the command below.
sudo apt-get -y install zita-resampler
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zita-resampler.
sudo apt -y install zita-resampler
Or if you have aptitude installed you can use the following command.
sudo aptitude install zita-resampler
Summary
In this tutorial we learn how to fix zita-resampler command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.