> 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/selphid-documentos/propiedades/audible.md).

# audible

## Details

**Attribute:** `audible`

**Type:** `string`

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

**Default value:** `""`

## Morphology

```typescript
selphid.audible = '';
```

## Description

Configures the component's audio feedback `facephi-selphid-widget`. An empty string disables voice prompts.

If enabled, the widget will show a button to play the widget component's text as audio messages during the extraction process to inform the user about any status changes.

A button will appear to enable or mute audio messages at any time.

### Considerations

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

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

***

## Example

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