# `Codex.Realtime.Config.NoiseReductionConfig`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.16.1/lib/codex/realtime/config.ex#L102)

Configuration for input audio noise reduction.

# `t`

```elixir
@type t() :: %Codex.Realtime.Config.NoiseReductionConfig{
  type: :near_field | :far_field | nil
}
```

# `to_json`

```elixir
@spec to_json(t()) :: map()
```

Convert to JSON-compatible map.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
