BASS.NET API for the Un4seen BASS Audio Library

EncoderQTAACQT_Samplerate Field

BASS.NET API for the Un4seen BASS Audio Library
--samplerate: Control the samplerate of the output file.

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

public int QT_Samplerate

Field Value

Type: Int32
Remarks

Use one of the following values:

-1: Automatically choose the optimum samplerate according to the bitrate and quality.

0: Keep the original samplerate (if possible, default).

value: Specify the preferred samplerate in Hz. Allowed values are: 8000, 11250, 12000, 16000, 22050, 24000, 32000, 44100, 48000.

See Also

Reference