> For the complete documentation index, see [llms.txt](https://maya-admin.gitbook.io/building-skills/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maya-admin.gitbook.io/building-skills/product/node-library/dashboard/audio-out.md).

# Audio Out

Plays audio or text to speech (TTS) in the Maya dashboard.

To work the dashboard web page must be open.

Expects `msg.payload` to contain a buffer of a **wav** or **mp3** file.

If your browser has native support for Text-to-Speech then a `msg.payload` can also be a **string** to be read aloud.

When a `msg.reset` is available with value `true`, then playback of the current audio fragment will be stopped.

The **node status** reflects the current playback status:

* **started:** the audio fragment playback has been started.
* **reset:** the audio fragment playback has been reset (i.e. stopped before completed).

As soon as the audio fragment playback is completed, the node status will be cleared automatically.
