Skip to content

Stop noise reduction (which was started with denoise).

stop_denoise

objectRequired

An empty object that accepts no parameters.

Variables

Set by the method:

  • denoise_result: (out) off

Examples

Stop denoise

YAMLJSON

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

SignalWire Developer Documentation