Class SpeakerEmbeddingOptions
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
FftSize
Gets or sets the FFT size.
public int FftSize { get; set; }
Property Value
HopLength
Gets or sets the hop length.
public int HopLength { get; set; }
Property Value
ModelPath
Gets or sets the path to the neural embedding model.
public string? ModelPath { get; set; }
Property Value
NumMfcc
Gets or sets the number of MFCC coefficients.
public int NumMfcc { get; set; }
Property Value
OnnxOptions
Gets or sets the ONNX options.
public OnnxModelOptions OnnxOptions { get; set; }
Property Value
SampleRate
Gets or sets the sample rate.
public int SampleRate { get; set; }