BASS.NET API for the Un4seen BASS Audio Library

EncoderNeroAACNERO_Quality Field

BASS.NET API for the Un4seen BASS Audio Library
-q: Specify quality between 0.00 (low) and 1.00 (high) (default=0.4), instead of specifying a particular bitrate (NERO_Bitrate).

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

public float NERO_Quality

Field Value

Type: Single
Remarks

This is an alternative mode of operation. Fractional qualities (e.g. 0.75) are permitted.

If you enable the Quality-Mode (NERO_UseQualityMode is set to ) only this value is being evaluated.

If you disable the Quality-Mode (NERO_UseQualityMode is set to , default) this value is being ignored.

Here is a list about approximate Quality to Bitrate mappings:

Quality:Bitrate:
0.0approx. 13 kbps
0.1approx. 25 kbps
0.2approx. 52 kbps
0.3approx. 83 kbps
0.4approx. 130 kbps
0.5approx. 180 kbps
0.6approx. 227 kbps
0.7approx. 269 kbps
0.8approx. 316 kbps
0.9approx. 362 kbps
1.0approx. 408! kbps

See Also

Reference