> That FAQ is a little out of date. Neither I nor anyone else has had time to do
> anything about it. Sorry.
So you're saying it should be a wiki...
> What you say is probably possible. Good luck!
Possible, but not without a struggle. Does anyone know how to get
nvidia drivers loaded for the 2.6.9-multimedia-686 kernel? I've tried
3 or 4 methods and haven't gotten it. Says something about VMALLOC
error.
I've made significant progress though. At this rate maybe I can
restart all over again with just DeMuDi and get the video working from
the start...
Jon
This is quite a big leap your making. As much as I like to promote Linux
based pro-audio, you should make very sure that changing out your entire
system like that won't cause you problems.
>I am gearing towards an RME Hammerfall card
>and a behringer A8000 adat interface.
I would rather recommend buying the Alesis AI-3 if you want to use the
ADAT interface. This gives you more freedom to use various preamps.
(IMO, berhringer's preamps suck) If you've got money you may want to
invest in a nice preamp.
http://www.soundpure.com/browseProductType.do?id=5
-Reuben
Hi there,
It is a kind of OT, but I couldn't find any useful information, and
I already wasted half a day on this problem, so I thought someone here
would be able to help me.
It seems like my partition table is messed up, and I am not able to
mount all my partitions. For example, mount refuse to mount /dev/hda12
on any directory: when I do a mount -r /dev/hda12 /mnt/tmp, mount tells
me that hda12 is already mounted, or that /mnt/tmp is busy. The
partition is not mounted for sure, and I tried several other tempory
locations, without any success. The "funny" part is that a fsck.ext3
/dev/hda12 doesn't give me any error when I check the filesystem (which
let me some hope about the possible recovery).
Basically, I think the problem is only coming from a wrong partition
table, but I don't know how to recover the good beginning/end of the
partitions (the partitions used for the OS itself seem OK, my linux is
works flawlessly, "only" my last data partitions are not accessible
anymore). All my partitions are ext3.
Thank, and my apologies for the OT,
David
Hi!
Anyone tried this promising free VST plugin under Wine?
http://www.simulanalog.org/guitarsuite.htm
"What is SimulAnalog Guitar suite?
It is a suite of vst plugin with amplifiers and analog processors for
guitarists, actually containing the simulation* of:
- Boss DS-1 (Distortion stompbox)
- Boss SD-1 (Super Overdrive stompbox)
- Tube Screamer (Overdrive stompbox)
- Oberheim PS-1 (Phaser stompbox)
- Univox Univibe (Modulations stompbox)
- Fender Twin 1969 (Guitar amplifier)
- Marshall JCM900 Dual Reverb (Guitar amplifier)"
Hello all,
Those who may be interested in laptop concerts may check
www.laptopsounds.org
So, you can check free software and participate in concert.
Best regards,
Vedran Vucic
Phillip Blevins wrote:
> Ah, thanks for the suggestion, I had wondered about using a high
> sample rate at high speed and then slowing it down. Any idea how
> slowing the file down could be accomplished?
The trick here is to just record and don't make any conversion. How will
then just need to alter the WAV header to the correct sample rate (this
can be done on good audio software). I'll explain this closer.
We assume you have a tape running at 4x speed. Then you'll sample with
88.2KHz. If you would play back this recorded sample with 22KHz then it
will be played 4x too slow. But has we have recorded it 4x too fast
you'll have the correct speed.
Every good audio/sample editor can adjust the sample rates *without* any
conversion (so they just alter the values in the file headers). If you
favourite sample editor insists on converting sample rates you should
either get yourself a better program or just load a hex editor and
change those 4 bytes for yourself (assuming .wav).
> As for my track splitting question - I've found tracksplit
> http://sourceforge.net/projects/tracksplit/ which allows me to
> specify a minimum track lenth the and the amount of silence to split
> on. This turns out to be perfect for voice wave data.
[I posted this answer again to LAU, as I think other might be interested
in my anser as well.]
--
---> doj / cubic
----> http://cubic.org/~doj
-----> http://llg.cubic.org
On Mon, Jan 31, 2005 at 10:15:56 +0100, Alfons Adriaensen wrote:
> On Sun, Jan 30, 2005 at 06:55:45PM -0600, Jack O'Quin wrote:
>
>
> > In the case of JAMin it was dictated by our desire to use FFTW rather
> > than writing our own FFT and trying to figure out how to divide the
> > computation into relatively equal parts.
>
> For Jamin, you have two channels, each one needs a Fwd and an Inv FFT,
> so that would already be 4 approx. equal parts (assuming the FFT dominates
> the work to be done).
Actually there is on fwd, and 3 inv per channel, each xover band is a
seperate inv FFT.
- Steve
>>jack_convolve uses complex data format, not half-complex
>>like brutefir. so i suppose i can't simply rip his code ;)
>I'd recommend the half-complex format, it makes hte FFT much
>faster and reduces the ammount of memory you have to touch.
>The only pain is that the format is a bit wierd to work with.
>
>- Steve
Forgive my ignorance, but is there any significant difference in the
sound produced by this complex convolve and BruteFIR's half-complex
convolve? (I'm speaking in a theoretical sense rather than comparing the
actual implementations.)
-Reuben
oops, sent to fons only.. here's the mail to the lists, too. sorry for
duplicate, fons:
On Sat, 29 Jan 2005 16:16:04 +0100
Fons Adriaensen <fons.adriaensen(a)skynet.be> wrote:
> On Sat, Jan 29, 2005 at 03:43:46PM +0100, Florian Schmidt wrote:
>
> > Now i grok it.
> >
> > As a stereo impulse file is a response to a mono impulse placed
> > somewhere in the room, one needs two stereo response files with the
> > impulses created at different points in the room.
>
> Yep, that's it. Even for a stereo output, you could have more than
> two inputs, each one corresponding to one place in the room.
ack!
>
> > I will adapt the convolver to be able to load more than one response
> > file and provide an input for each. And as many outputs as the response
> > files have channels (for two stereo response files, that's two channels
> > 'cause they are stereo)..
>
> That would do it. And then of course the input transform is done only
> once, and the additions can be done in the F-domain, so there's also
> only one output transform for each output.
ack!
The real cost is in the complex multiplications though. So if anyone
knows how to speed that up with a nifty function using
assembler, prefereably following this interface:
// computes n complex multiplications and _add_s the results to the out buffer
void complex_multiply(unsigned int n,
fftwf_complex *in1,
fftwf_complex *in2,
fftwf_complex *out);
i would be oh so greatful.
So the TODO list as grown to:
- fix error checking
- add multiple response file support as explained above
- add libsamplerate supprt for converting response files to jack samplerate
- optimize the complex multiplication
flo
--
Palimm Palimm!
http://affenbande.org/~tapas/