Module documentation
Input
- Name
inputFileUrl
- Type
- string
- Description
Audio to extract beat information.
Output
- 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.
- Name
beatMap
- Type
- string
- Description
JSON containing beat annotations extracted from the input audio. Each annotation specifies the beat's start time and beat number.