BASS.NET API for the Un4seen BASS Audio Library

WaveFormGainFactor Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets a gain factor which should be used when creating the WaveForm image to amplify the amplitude (default is 1.0 = no amplification).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public float GainFactor { get; set; }

Property Value

Type: Single
Remarks

The gain factor amplifies the entire WaveForm amplitude. Values below 1.0 will lower the signal amplitude in the image, values above 1.0 will raise the signal amplitude in the image.
See Also

Reference