Function analyzeFullBuffer

  • Function to detect the BPM from an AudioBuffer (which can be a whole file) It is the fastest way to detect the BPM

    Returns

    Returns the 5 bests candidates

    Parameters

    • buffer: AudioBuffer

      AudioBuffer

    Returns Promise<Tempo[]>