BASS.NET API for the Un4seen BASS Audio Library

WaveFormSyncFactor Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the current sync factor between rendering and playback.

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

public double SyncFactor { get; }

Property Value

Type: Double
Remarks

The factor will reflect the difference between the resolution used during rendering and playback (e.g. because different stream flags have been used during rendering and during playback - for example rendering is done in 16-bit whereas the playback stream is using 32-bit float). In addition the sync factor also reflects the TempoFactor (as the rendering is always done in the original speed whereas playback might be done at a different speed).
See Also

Reference