brutefir 1.0l-1 source package in Ubuntu

Changelog

brutefir (1.0l-1) unstable; urgency=low


  * Team upload.
  * New upstream release:
    - Made the code compile well on x86-64.
    - Replaced legacy assembler code with new SSE/SSE2 C code,
      3DNow support dropped.
    - Fixed filter indexing bug in the 'cffa' CLI command.
    - S24_LE now maps to Alsa SND_PCM_FORMAT_S24_3LE and S24_4LE to
    - SND_PCM_FORMAT_S24_LE (same for BE of course). Also added possibility
      to use Alsa syntax "S24_3LE" in config file (means same as the old
      "S24_LE").
    - Refreshed JACK I/O module to make up to date with current API
      versions.
  * Refresh patches.
  * Replace negated list of architectures with linux-any (Closes: #634790).
  * Use canonical form for VCS urls.
  * Remove myself from the Uploaders field.
  * Bump Standards.

 -- Alessio Treglia <email address hidden>  Tue, 15 Oct 2013 14:00:42 +0100

Upload details

Uploaded by:
Debian Multimedia Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe sound

Downloads

File Size SHA-256 Checksum
brutefir_1.0l-1.dsc 2.0 KiB 7d8ea0daa8c69f0918b07eb6a9fbda5131b6eb17c78a2d878129c4f6163261e4
brutefir_1.0l.orig.tar.gz 239.6 KiB 44e12ede17bd2bd88506983b5a6e0d0d6dafa8ae529875e2f1d9cf73c40572aa
brutefir_1.0l-1.debian.tar.gz 5.9 KiB c6bfe3e42956833253140cc347f18d531c4e1369eef58862e681e3fe70ba9401

Available diffs

No changes file available.

Binary packages built by this source

brutefir: a software convolution engine

 BruteFIR is a program for applying long FIR filters to multi-channel
 digital audio, either offline or in realtime. Its basic operation is
 specified through a configuration file, and filters, attenuation and
 delay can be changed in runtime through a simple command line
 interface. The FIR filter algorithm used is an optimised frequency
 domain algorithm, partly implemented in hand-coded assembler, thus
 throughput is extremely high. In realtime, a standard computer can
 typically run more than 10 channels with more than 60000 filter taps
 each.
 .
 Through its highly modular design, things like adaptive filtering,
 signal generators and sample I/O are easily added, extended and
 modified, without the need to alter the program itself.