0

I am making music retrieval with HTK toolkit

Especially,I would like to make singer recognition.

I think what I want to to do is close to speaker recognition.

SO I researched some samples and red red HTK book.

But still can't find good reference

Is there any good references for singer recognition or speaker recognition?

whitebear
  • 11,200
  • 24
  • 114
  • 237
  • Welcome to StackOverflow. Please be sure to read the FAQ about the type of question that is welcome here. Summary: programming questions which can be answered with a definitive and authoritative answer. – marko Jan 04 '13 at 10:35

2 Answers2

1

You can also try Microsoft Speaker Recognition APIs: https://www.microsoft.com/cognitive-services/en-us/speaker-recognition-api#verification.

You can use the APIs for both verification & identification. Here are their C# & Python SDKs: https://github.com/Microsoft/ProjectOxford-ClientSDK/tree/master/SpeakerRecognition

Mohamed Sherief
  • 209
  • 2
  • 8
0

From the HTK website: http://www.bas.uni-muenchen.de/Bas/SV/

It uses HTK for speaker identification.

From google: http://code.google.com/p/sibo-htk/

Luis ASR Labs www.asrlabs.com.br

Luis Uebel
  • 44
  • 1
  • MASV needs MATLAB..... SO I have some troubles to execute this. There is no source code in Sibo-htk. maybe developpment is cancelled? – whitebear Jan 09 '13 at 05:52
  • I found this services. http://www.mobbeel.com/technology/voice/ it might be useful though,I am not sure how it costs. – whitebear Jan 17 '13 at 10:06