Compute
chords
Detects chords in an audio file
moises.compute.chords
Parameters
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.