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

sections

Detects sections in an audio file

moises.compute.sections

Parameters

ParameterTypeDescription
inputstringThe input audio data

Returns:

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

Usage Example

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

This file is automatically generated. Do not edit manually.

lyrics

Detects lyrics in an audio file

sessionPlayerGenerate

Generates a session player

On this page

ParametersUsage Example