zita-n2j command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zita-n2j: command not found
or when using sudo you get the following error message
sudo: zita-n2j: command not found
Solutions to zita-n2j: command not found
How To Fix zita-n2j: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zita-n2j is provided by zita-njbridge package.
zita-njbridge is:
Command line Jack clients to transmit full quality multichannel audio over a local IP network, with adaptive resampling.
Main features:
- One-to-one (UDP) or one-to-many (multicast).
- Sender and receiver(s) can each have their own sample rate and period size.
- Up to 64 channels, 16 or 24 bit or float samples.
- Receiver(s) can select any combination of channels.
- Low latency, optional additional buffering.
- High quality jitter-free resampling.
- Graceful handling of xruns, skipped cycles, lost packets and freewheeling.
- IP6 fully supported.
- Requires zita-resampler, no other dependencies.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zita-njbridge
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zita-njbridge.
sudo apt -y install zita-njbridge
Or if you have aptitude installed you can use the following command.
sudo aptitude install zita-njbridge
Summary
In this tutorial we learn how to fix zita-n2j command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.