libaudiomask 1.0-3 source package in Ubuntu

Changelog

libaudiomask (1.0-3) unstable; urgency=medium

  * QA upload.
  * Set Maintainer to Debian QA Group.  (See: #845592)
  * Properly link against mffm-fft1.  (Closes: #695606)
  * Fix up library symlinks.  (Closes: #709641)

 -- Andreas Beckmann <email address hidden>  Mon, 19 Dec 2016 01:21:59 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libs

Downloads

File Size SHA-256 Checksum
libaudiomask_1.0-3.dsc 1.7 KiB ca92da7663a2080bcac5d7a74e8be6b97fec31a989dab9fda9dad186c4888fc8
libaudiomask_1.0.orig.tar.gz 3.5 MiB a84ff2473b6265acdf4ca887c3ae823840d2cf68efee018d9e9dd1afd5f6e6eb
libaudiomask_1.0-3.debian.tar.xz 3.6 KiB b69b45a239522cc7e9fb82ff1fb5b5343ca238f1e96df15cf9259839e566f1f3

No changes file available.

Binary packages built by this source

libaudiomask-dev: 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.

libaudiomask1: Audio masking threshold estimation library

 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.