How to Install and Uninstall libaudiomask-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libaudiomask-dev" package

This guide let you learn how to install libaudiomask-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libaudiomask-dev

2. Uninstall "libaudiomask-dev" package

Please follow the step by step instructions below to uninstall libaudiomask-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libaudiomask-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libaudiomask-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libaudiomask-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 3724
Maintainer: Ubuntu Developers
Original-Maintainer: mffm Matt Flax (2003)
Architecture: amd64
Source: libaudiomask
Version: 1.0-2ubuntu1
Depends: mffm-fftw-dev, libfftw3-dev, libaudiomask1 (= 1.0-2ubuntu1)
Filename: pool/universe/liba/libaudiomask/libaudiomask-dev_1.0-2ubuntu1_amd64.deb
Size: 3454390
MD5sum: f4c972715bc33ab8b72023b8baa12fde
SHA1: f5bd552877f87be7fadc910addb5257369d4fd08
SHA256: 44af6e55e54687d26ed20fc7694351388e00676441aa67fa84e78f40d9ec7761
Description-en: Audio masking threshold estimation lib headers, docs and examples
Evaluates the simultaneous masking threshold for audio. The masking threshold
is a psychoacoustics property of the perception of sound. This threshold
determines the cut-off in perception. Any Fourier signal below the threshold
is not perceived by listeners.
.
Simultaneous masking is the basis of mp3 audio compression. This GPL
implementation allows arbitrary sample rate and window sizes. It is extremely
simple to use, rather cheap in computation complexity and gives great results.
To alter the degree of masking (quality of the playback after compression),
simply shift the threshold this library generates up and down.
.
The development files are found in the documentation directory under
/usr/share/doc.
It includes a good API, as well as examples. The examples include C++ and an
octave file to view the result.
Description-md5: 6c9a7c86b839d15900ea09c5821600e4
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu