Returns the frequency of a specific index in FFT data.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- index
- Type: SystemInt32
The index within the FFT data array (half the requested). - length
- Type: SystemInt32
The FFT data length (e.g. 4096 for BASS_DATA_FFT4096). - samplerate
- Type: SystemInt32
The sampling rate of the device or stream (e.g. 44100).
Return Value
Type: Int32The frequency (in Hz) which is represented by the index.
Remarks
See Also