*** id: 862f5e7c-1586-4dc9-a67c-979ee79b5542 title: Denoise sidebar-title: Denoise slug: /cxml/reference/voice/denoise position: 1 max-toc-depth: 3 ---------------- The `` verb enables or disables noise reduction for call audio inbound to SignalWire. It reduces noise on calls before dialing into a conference or forwarding to another number. ## Verb attributes This verb does not accept attributes. ## Nesting No other verbs can be nested within ``. ## Examples ### Enable noise reduction This example illustrates enabling noise reduction on an inbound phone call prior to forwarding the call. ```xml on sip:user@example.com;transport=udp ``` ### Disable noise reduction This example illustrates disabling noise reduction prior to recording and transcribing. ```xml off ```