BASS.NET API for the Un4seen BASS Audio Library

EncoderWavPackWV_NoiseShaping Field

BASS.NET API for the Un4seen BASS Audio Library
-s: noise shaping override (hybrid only, -1.0 to 1.0, 0.0 = off = default)

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

public float WV_NoiseShaping

Field Value

Type: Single
Remarks

Only used, if WV_UseHybrid is set to .

WavPack uses first-order noise shaping to improve the perceived quality of lossy files and to improve the hybrid lossless compression ratio. Normally WavPack will choose the noise shaping most appropriate for the application, but this option allows the user to override the default. The parameter range is +/- 1.0, where positive values shift the noise higher in frequency and negative values shift the noise lower in frequency. Values very close to -1.0 are clipped to prevent problems associated with very high gain near DC

See Also

Reference