delphi ,Channel and Gain

Started by Chris,

Chris

Hi a little Question
is it possible to make a GainControl with bass to make the channel til + 12 DB ??
Sometimes Mp3 or ogg Files does`n have the maximum...
So I`m asking if its possible to make that
Greets Chris

suathd

I'm not sure but the BASS_FX library do this (Automatic Gain Control).

I know you use DELPHI but there is a simple application in VB. It may be useful.

http://www.mindworksoft.com/code/vb/583/whoosh.arj

Ian @ un4seen

Quoteis it possible to make a GainControl with bass to make the channel til + 12 DB ??
Yep, via a DSP function - simply scale the sample data as you wish. If you're using BASS_FX, you could use the "BASS_FX_DSPFX_VOLUME" DSP to do that for you.

Chris