Compute
chords
Detects chords in an audio file
moises.compute.chordsParameters
| Parameter | Type | Description |
|---|---|---|
input | string | The 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.