Table of Contents

Class SpeakerEmbeddingOptions

Namespace
AiDotNet.Audio.Speaker
Assembly
AiDotNet.dll

Configuration options for speaker embedding extraction.

public class SpeakerEmbeddingOptions
Inheritance
SpeakerEmbeddingOptions
Inherited Members

Properties

EmbeddingDimension

Gets or sets the embedding dimension.

public int EmbeddingDimension { get; set; }

Property Value

int

FftSize

Gets or sets the FFT size.

public int FftSize { get; set; }

Property Value

int

HopLength

Gets or sets the hop length.

public int HopLength { get; set; }

Property Value

int

ModelPath

Gets or sets the path to the neural embedding model.

public string? ModelPath { get; set; }

Property Value

string

NumMfcc

Gets or sets the number of MFCC coefficients.

public int NumMfcc { get; set; }

Property Value

int

OnnxOptions

Gets or sets the ONNX options.

public OnnxModelOptions OnnxOptions { get; set; }

Property Value

OnnxModelOptions

SampleRate

Gets or sets the sample rate.

public int SampleRate { get; set; }

Property Value

int