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

lyrics

Detects lyrics in an audio file

moises.compute.lyrics

Parameters

ParameterTypeDescription
inputstringThe input audio data

Returns:

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

Usage Example

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

This file is automatically generated. Do not edit manually.

instruments

Detects instruments in an audio file

sections

Detects sections in an audio file

On this page

ParametersUsage Example