Noise Suppression Engines
List available noise suppression engines
Returns all noise suppression engines available to the authenticated user. Engines gated behind a feature flag are included only when the flag is enabled for the user's account. Results are not paginated; the number of engines is expected to remain small.
get/noise_suppression_engines
Response
A list of noise suppression engines available to the authenticated user
Example response
{
"data": [
{
"value": "denoiser",
"label": "Denoiser"
}
]
}Changes
Changed in 1 of the 99 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 99 revisions, 1 has no diff computed.