<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [AudioEventPayloads](./server.audioeventpayloads.md) &gt; ["AUDIO.PLAY\_RESTART"](./server.audioeventpayloads._audio.play_restart_.md)

## AudioEventPayloads."AUDIO.PLAY\_RESTART" property

Emitted when the audio is restarted.

**Signature:**

```typescript
[AudioEvent.PLAY_RESTART]: {
        audio: Audio;
    };
```
