Class AudioIsolationRequest
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class AudioIsolationRequest : ElevenLabsAudioRequest, IMultipartFormRequest
Properties
| Edit this page View SourceAudio
Required. The audio file from which vocals/speech will be isolated from.
Declaration
[JsonProperty("audio")]
public byte[] Audio { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
InputFormat
Optional. The format of input audio. Options are ??칌m_s16le_16??or ??췺her?? 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.
Declaration
[JsonProperty("file_format")]
public ElevenLabsTypes.InputFormat InputFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| ElevenLabsTypes.InputFormat |