BASS.NET API for the Un4seen BASS Audio Library

EncoderLAMELAME_TargetSampleRate Field

BASS.NET API for the Un4seen BASS Audio Library
--resample: target sampling frequency of output (in Hz). Set to 0 (zero) to use automatic resampling (default).

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

public int LAME_TargetSampleRate

Field Value

Type: Int32
Remarks

Specify the target sample rate in Hz, e.g. 22050 for 22.05kHz.

When using this encoder for broadcast streaming it is advised to always set the target samplerate.

You might use one of the BaseEncoderSAMPLERATE constants here.

See Also

Reference