Beats

This module transcribes beats and calculates the tempo (beats per minute) from an input audio file, providing you with useful information for reproducing the rhythm of the track.

Input

  • Name
    inputFileUrl
    Type
    string
    Description
    The input audio file that will be transcribed to extract beat information.

Output

  • Name
    beatMap
    Type
    string
    Description
    XXThis output file is a JSON file that contains beat annotations extracted from the input audio file. Each annotation specifies the beat's start time and beat number.X
  • Name
    bpm
    Type
    number
    Description
    Beats per minute (BPM) is the tempo of the input audio, measured as the number of beats occurring in one minute. This value is provided as a numeric output.