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

chords

Detects chords in an audio file

moises.compute.chords

Parameters

ParameterTypeDescription
inputstringThe input audio data

Returns:

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

Usage Example

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

This file is automatically generated. Do not edit manually.

beatsAndChords

Detects beats and chords in an audio file

instruments

Detects instruments in an audio file

On this page

ParametersUsage Example