Compute
beats
Detects beats in an audio file
moises.compute.beats
Parameters
Parameter | Type | Description |
---|---|---|
input | string | The input audio data |
Returns:
Promise<void>
- Promise that resolves with the beats result
Usage Example
const result = await compute.beats({ input })
This file is automatically generated. Do not edit manually.