> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: WeaveAudio

> TypeScript SDK リファレンス

[weave](../) / WeaveAudio

## Hierarchy

* `WeaveAudioInput`

  ↳ `WeaveAudio`

## 目次

### プロパティ

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

## プロパティ

### \_weaveType

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

#### 定義箇所

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

***

### audioType

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

#### 継承元

WeaveAudioInput.audioType

#### 定義箇所

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

***

### data

• **data**: `Buffer`

#### 継承元

WeaveAudioInput.data

#### 定義箇所

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