> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-developers/sdks/cancelacion-de-ruido.md).

# Cancelación de ruido

{% hint style="danger" %}
El código fuente es propiedad de Videsk. El uso está restringido a clientes activos de Videsk, siendo punible legalmente acciones de copia, modificación o uso sin autorización.
{% endhint %}

{% hint style="info" %}
Si deseas usar este SDK contáctanos a <support@videsk.io> o con tu ejecutivo de cuenta para autorizar el acceso.
{% endhint %}

Con este SDK podrás cancelar el ruido ambiente, amplificando la voz proveniente del micrófono del dispositivo.

## Consideraciones

{% hint style="info" %}
Este SDK opera mediante deep learning y redes neuronales recurrentes, lo que consume más CPU/GPU. Debes considerar el rendimiento del dispositivo antes de usar esta funcionalidad.
{% endhint %}

Este SDK está diseñado para ser usado solo en contextos de ruido ambiente controlado, no para ambientes de construcción, conciertos o fábricas. Si bien aplicará la cancelación de ruido no obtendrás el mejor resultado.

{% hint style="info" %}
El ruido ambiente ideal debe oscilar entre menor o igual a 90 db (decibelios).
{% endhint %}

Como referencia puedes usar esta tabla:

<figure><img src="/files/jyUoTqGcuA5qoOewHQPN" alt=""><figcaption><p>Fuente: <a href="https://es.wikipedia.org/wiki/Decibelio">https://es.wikipedia.org/wiki/Decibelio</a></p></figcaption></figure>

## Uso

Según las instrucciones que te hayamos entregado de forma privada deberás hacer uso del SDK de la siguiente manera:

```javascript
Const suppresion = new NoiseSuppression();
```

Posteriormente deberás usar los métodos y propiedades disponibles.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Métodos</strong></td><td>Conoce cómo usar los métodos de <code>NoiseSuppression</code>.</td><td></td><td><a href="/pages/4bsDNIFEQIo6B5roFo6t">/pages/4bsDNIFEQIo6B5roFo6t</a></td></tr><tr><td><strong>Propiedades</strong></td><td>Conoce cuáles son las propiedades de <code>NoiseSuppression</code>.</td><td></td><td><a href="/pages/7bwCumSx7GMRY8HBgZHz">/pages/7bwCumSx7GMRY8HBgZHz</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.videsk.io/es-developers/sdks/cancelacion-de-ruido.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
