Function bliss_audio_aubio_rs::bin_to_freq[][src]

pub fn bin_to_freq(bin: Smpl, sample_rate: Smpl, fft_size: Smpl) -> Smpl
Expand description

Convert frequency bin to frequency (Hz)

  • bin Frequency bin to convert
  • sample_rate Sampling rate of the original signal the bin was from
  • fft_size Size of the FFT window used to obtain the frequency bin