> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/audible.md).

# audible

## Details

**Attribute:** `audible`

**Type:** `string`

**Expected format**: `'xx-XX'` (language-REGION)

**Default value:** `""`

## Morphology

```typescript
selphi.audible = '';
```

## Description

Configures the component's audio feedback `facephi-selphi-widget`. An empty string disables voice prompts; other values enable the playback of interface text according to the engine configuration.

### Considerations

This property is not compatible with using webview on Android devices. It will be automatically disabled in this environment.

It is recommended to adjust the components' language to the rest of the implementation with the help of the property [language](/docs.facephi-en/sdks/sdk-web/personalizacion.md#propiedad-de-idioma) of the `facephi-sdk-provider`.

***

## Example

```jsx
<facephi-selphi-widget
    audible={'en-GB'}
/>
```
