> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: WeaveAudio

> TypeScript SDK reference

[weave](../) / WeaveAudio

## Hierarchy

* `WeaveAudioInput`

  ↳ `WeaveAudio`

## Table of contents

### Properties

* [\_weaveType](./weaveaudio#_weavetype)
* [audioType](./weaveaudio#audiotype)
* [data](./weaveaudio#data)

## Properties

### \_weaveType

• **\_weaveType**: `"Audio"`

#### Defined in

[media.ts:48](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/media.ts#L48)

***

### audioType

• `Optional` **audioType**: `"wav"`

#### Inherited from

WeaveAudioInput.audioType

#### Defined in

[media.ts:44](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/media.ts#L44)

***

### data

• **data**: `Buffer`

#### Inherited from

WeaveAudioInput.data

#### Defined in

[media.ts:43](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/media.ts#L43)
