|
TimbreAngularFrequency Method
|
Computes the angular frequency for the given time.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax Public Shared Function AngularFrequency (
frequency As Double,
sampleIndex As Long,
sampleRate As Double
) As Double
static member AngularFrequency :
frequency : float *
sampleIndex : int64 *
sampleRate : float -> float
GSF.Media.Music.Timbre.AngularFrequency = function(frequency, sampleIndex, sampleRate);
View SourceParameters
- frequency Double
- Frequency in Hz.
- sampleIndex Int64
- Sample index (represents time anywhere from zero to full length of song).
- sampleRate Double
- Number of samples per second.
Return Value
DoubleThe computed angular frequency in radians per second at given time.
See Also