> ## 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.

# 인터페이스: WeaveAudio

> TypeScript SDK 레퍼런스

[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/1aee4006a95d913addb45881dfc950de7ce7b0bd/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/1aee4006a95d913addb45881dfc950de7ce7b0bd/sdks/node/src/media.ts#L44)

***

### data

• **data**: `Buffer`

#### Inherited from

WeaveAudioInput.data

#### Defined in

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