Table of Contents

Class AudioIsolationRequest

public class AudioIsolationRequest : AudioRequest, IMultipartFormRequest
Inheritance
object
AudioIsolationRequest
Implements
IMultipartFormRequest
Inherited Members

Properties

Audio

Required. The audio file from which vocals/speech will be isolated from.

public byte[] Audio { get; set; }

Property Value

byte[]

InputFormat

Optional. The format of input audio. Options are ‘pcm_s16le_16’ or ‘other’ For pcm_s16le_16, the input audio must be 16-bit PCM at a 16kHz sample rate, single channel (mono), and little-endian byte order. Latency will be lower than with passing an encoded waveform.

public ElevenLabsTypes.InputFormat InputFormat { get; set; }

Property Value

ElevenLabsTypes.InputFormat