Re: [linux-audio-dev] [ANN] VLevel 0.5

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] [ANN] VLevel 0.5
From: Tom Felker (tcfelker_AT_mtco.com)
Date: Mon Jul 07 2003 - 03:57:11 EEST


On Sun, 2003-07-06 at 18:05, Taybin wrote:
> On Sun, 2003-07-06 at 18:12, Tom Felker wrote:
> > Hello all,
> >
> > I've been working on VLevel, a LADSPA plugin to keep me from having to
> > fiddle with the volume, and it's now in a useful state, so I'm looking
> > for some feedback. Basically, VLevel keeps track of the peak
> > amplitudes, and adjusts the volume smoothly to make the quiet parts
> > louder. Since it looks ahead a few seconds, the gain change is always
> > smooth.
>
> Does it have a delay when audio first starts coming through? Or does it
> wait until it has enough data before the effect kicks in?
>
> Taybin

It has a delay before the audio comes through. When the audio enters
the buffer, VLevel starts smoothly adjusting the multiplier, which is
applied to the audio as it leaves the buffer. The data in the buffer
(the future) is used to compute the multiplier for audio as it leaves
the buffer (the present), so the buffer's necessary.

-- 
Tom Felker <tcfelker_AT_mtco.com>


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Jul 07 2003 - 04:00:36 EEST