Huggingface.js documentation

Interface: AudioToAudioOutputValue

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Interface: AudioToAudioOutputValue

Properties

blob

blob: string

Base64 encoded audio output.

Defined in

inference/src/tasks/audio/audioToAudio.ts:21


content-type

content-type: string

Content-type for blob, e.g. audio/flac

Defined in

inference/src/tasks/audio/audioToAudio.ts:26


label

label: string

The label for the audio output (model specific)

Defined in

inference/src/tasks/audio/audioToAudio.ts:16