Author Topic: delphi ,Channel and Gain  (Read 5020 times)

Chris

  • Posts: 2217
delphi ,Channel and Gain
« on: 9 Jul '03 - 17:29 »
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

  • Posts: 48
Re: delphi ,Channel and Gain
« Reply #1 on: 9 Jul '03 - 19:03 »
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

  • Administrator
  • Posts: 26177
Re: delphi ,Channel and Gain
« Reply #2 on: 10 Jul '03 - 16:41 »
Quote
is 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

  • Posts: 2217
Re: delphi ,Channel and Gain
« Reply #3 on: 10 Jul '03 - 23:53 »
Working fantastic !!!!!!!!
Thanks...
Chris