<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Audio](./server.audio.md) &gt; [(constructor)](./server.audio._constructor_.md)

## Audio.(constructor)

Constructs a new instance of the `Audio` class

**Signature:**

```typescript
constructor(options: AudioOptions);
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

options


</td><td>

[AudioOptions](./server.audiooptions.md)


</td><td>

The options for the Audio instance.


</td></tr>
</tbody></table>
