Skip to content

Start noise reduction. You can stop it at any time using stop_denoise.

denoise

objectRequired

An empty object that accepts no parameters.

Variables

Set by the method:

  • denoise_result: (out) on | failed

Examples

Start denoise

YAMLJSON

version: 1.0.0
sections:
  main:
    - answer: {}
    - denoise: {}
    - play:
        url: 'say: Denoising ${denoise_result}'

SignalWire Developer Documentation