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