BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerSampleRate Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the actual ASIO channel sample rate in Hz (default is 48000).

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

public double SampleRate { get; set; }

Property Value

Type: Double
Remarks

By default the samplerate will automatically be adjusted according to the OutputChannel being used. However, you might change the samplerate for this ASIO Channel manually, which might result in resampling, since this property does not change the ASIO device samplerate.
See Also

Reference