Get Started

QuickstartRequest Access

API Reference

Overview
automix
beats
beatsAndChords
chords
instruments
lyrics
sections
sessionPlayerGenerate
sessionPlayerInpaint
sessionPlayerPresets
stems
workflow

Examples

Clone track (Headless)UI kitchen sink
github logo
Compute

beats

Detects beats in an audio file

moises.compute.beats

Parameters

ParameterTypeDescription
inputstringThe input audio data

Returns:

Promise<void> - Promise that resolves with the beats result

Usage Example

const result = await compute.beats({ input })

This file is automatically generated. Do not edit manually.

automix

Runs an automix job

beatsAndChords

Detects beats and chords in an audio file

On this page

ParametersUsage Example