stop_denoise

View as Markdown

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

1version: 1.0.0
2sections:
3 main:
4 - stop_denoise: {}
5 - play:
6 url: 'say: Denoising ${denoise_result}'