zita-dpl1 command not found

In this troubleshooting guide we learn how to fix zita-dpl1 command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

zita-dpl1: command not found

or when using sudo you get the following error message

sudo: zita-dpl1: command not found

Solutions to zita-dpl1: command not found

How To Fix zita-dpl1: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu zita-dpl1 is provided by zita-dpl1 package.

zita-dpl1 is:

DPL1 is an look-ahead digital peak limiter, the kind you would use as the final step to avoid clipping when mastering or mixing. It can be used as an effect on individual instrument tracks as well.

Latency is 1.2 ms rounded up to the nearest multiple of 8, 16 or 32 samples depending on sampling frequency. This amounts to 56 samples at 44.1 kHz, 64 samples at 48 kHz, and twice those values for 88.2 or 96 kHz.

In most cases you only need -k number_of_channels, which can be 1 to 16. The same gain reduction is applied to all channels.

To fix this problem, we can install more using the command below.

sudo apt-get -y install zita-dpl1

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install zita-dpl1.

sudo apt -y install zita-dpl1

Or if you have aptitude installed you can use the following command.

sudo aptitude install zita-dpl1

Summary

In this tutorial we learn how to fix zita-dpl1 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.