brutefir 1.0k-2 source package in Ubuntu

Changelog

brutefir (1.0k-2) unstable; urgency=low

  * Upload to unstable.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:39:11 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe sound

Downloads

File Size SHA-256 Checksum
brutefir_1.0k.orig.tar.gz 241.2 KiB e262ea30402e06a23c0396b46b38019f7e9bc66493feabb8792d43e16068e715
brutefir_1.0k-2.debian.tar.gz 5.7 KiB 9c2702ae72b92a8b6380b9979cd3890f95f7e4581f614b81183511e47da85e5a
brutefir_1.0k-2.dsc 1.4 KiB f6d6f41fa91cc7f654299500f69bc6b9e88e4b7818de182542caa5da4abe8a78

Available diffs

View changes file

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.