It can be tweaked to run faster - I did a direct port that doesn't handle
control values as well as is possible. (Motivation is not to have to change
any of Jezar's code.)
--Richard
-----Original Message-----
From: Steve Harris [SMTP:[EMAIL PROTECTED]]
Sent: Wednesday, December 06, 2000 7:08 PM
To: Linux-audio-dev
Subject: Re: [linux-audio-dev] Plugins (again)
On Wed, Dec 06, 2000 at 09:20:50PM +0100, Benno Senoner wrote:
> On Tue, 05 Dec 2000, Steve Harris wrote:
> >
> > The CPU usage table includes how many cycles are used per sample now,
> > which I have to admit is a better metric.
>
> Steve, since you are in the plugin-speed benchmarking business,
> could you please test how much Mhz(and/or Cycles) Freeverb eats up ?
> I'm just curious ....
Takes about 1020 cycles per sample ie. about 45 MHz to process a 44.1KHz
file.
Pretty damn quick actually.
- Steve