The IvSpkIdFeature
task uses an audio file that contains sample speech from one person to create speaker ID feature files for use in iVector based template training, and template score threshold development.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to IvSpkIdFeature .
|
Yes |
FrameDupl | The balance between performance and speed for audio preprocessing DNN classification. | |
File | The audio file that contains sample speech from one person. | Yes |
Out | The name of the speaker ID feature file to create. | Yes |
Sfreq | The sample frequency of the audio file to process. | |
SugdInputChannels | The channel layout of the input media file. | |
SugdInputFrequency | The sampling rate of the input media file. |
http://localhost:15000/action=AddTask&Type=IvSpkIdFeature&File=C:/Data/BrownSpeech1.wav&out=BrownSpeech1.ivp
This action uses port 15000
to instruct HPE IDOL Speech Server, which is located on the local machine, to create the BrownSpeech1.ivp
feature file using the BrownSpeech1.wav
file.
|