1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: brutefir
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Free Ekanayaka <freee@debian.org>,
Alessio Treglia <alessio@debian.org>
Build-Depends: docbook-to-man,
debhelper (>= 7.0.50~),
libfftw3-dev,
libjack-dev,
flex,
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
Standards-Version: 3.9.1
Homepage: http://www.ludd.luth.se/~torger/brutefir.html
Vcs-Git: git://git.debian.org/pkg-multimedia/brutefir.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/brutefir.git
Package: brutefir
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: 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.
.
|