Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (958a12cb7449236e09087f15b66f88e27308e030)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat M. Şandor <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (958a12cb7449236e09087f15b66f88e27308e030)
  • Date: Mon, 28 Sep 2009 23:51:20 -0500

GIT changes to master grimoire by Bearcat M. Şandor
<bearcat AT clowder.feline-soul.net>:

ChangeLog | 3 +++
audio-creation/brutefir/BUILD | 2 ++
audio-creation/brutefir/DEPENDS | 3 +++
audio-creation/brutefir/DETAILS | 20 ++++++++++++++++++++
audio-creation/brutefir/HISTORY | 3 +++
5 files changed, 31 insertions(+)

New commits:
commit 958a12cb7449236e09087f15b66f88e27308e030
Author: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>
Commit: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>

Changelog updated for brutefir

commit e0d70a306a3f4cd0269af3b9255838faf7de2ff1
Author: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>
Commit: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>

brutefir: new spell for an audio convolution engine

diff --git a/ChangeLog b/ChangeLog
index bd26809..1b89969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-09-28 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * audio-creation: new spell, an audio convolution engine
+
2009-09-28 Vlad Glagolev <stealth AT sourcemage.org>
* php-pear/ffmpeg-php: new spell, PHP support for ffmpeg

diff --git a/audio-creation/brutefir/BUILD b/audio-creation/brutefir/BUILD
new file mode 100755
index 0000000..7d318eb
--- /dev/null
+++ b/audio-creation/brutefir/BUILD
@@ -0,0 +1,2 @@
+make_single
+
diff --git a/audio-creation/brutefir/DEPENDS b/audio-creation/brutefir/DEPENDS
new file mode 100755
index 0000000..e785e1f
--- /dev/null
+++ b/audio-creation/brutefir/DEPENDS
@@ -0,0 +1,3 @@
+depends fftw &&
+optional_depends alsa-lib &&
+optional_depends jack
diff --git a/audio-creation/brutefir/DETAILS b/audio-creation/brutefir/DETAILS
new file mode 100755
index 0000000..a0ef600
--- /dev/null
+++ b/audio-creation/brutefir/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=brutefir
+ VERSION=1.0k
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.ludd.luth.se/~torger/files/${SOURCE}
+
SOURCE_HASH=sha512:5eb81a18935fc3f014613b74c30b2e9a3acfe0ab58b72358f0428b60f0296ab54796b99fa00b12a671935b57589d710dd81b1e0ca675bd2b841c9e932a2c94ef
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.ludd.luth.se/~torger/brutefir.html";
+ LICENSE[0]=gpl
+ ENTERED=20090928
+ SHORT="BruteFIR is a software convolution engine"
+cat << EOF
+BruteFIR is a software convolution engine, 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.
+EOF
diff --git a/audio-creation/brutefir/HISTORY b/audio-creation/brutefir/HISTORY
new file mode 100644
index 0000000..dddbe41
--- /dev/null
+++ b/audio-creation/brutefir/HISTORY
@@ -0,0 +1,3 @@
+2009-09-28 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS, DETAILS: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page