microsoft / Cognitive-SpeakerRecognition-Windows

Windows SDK for the Microsoft Speaker Recognition API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/speaker-recognition-api
Other
60 stars 62 forks source link

SampleUserControlLibrary doesn't exist, SPIDVerificationAPI_WPF_Sample doesn't build #9

Closed gunnicus closed 6 years ago

gunnicus commented 6 years ago

Hi, I was trying to run SPIDVerificationAPI_WPF_Sample.sln from VisualStudio, and here is the error I got, it show me SampleUserControlLibrary doesn't exist, I couldn't find this SampleUserControlLibrary anywhere: image

gunnicus commented 6 years ago

Ok, if I use Git it worked, for some reason the SampleUserControlLibrary is not in the .zip file, if I download the master package and unzip the SampleUserControlLibrary is missing.

momohs commented 6 years ago

The SampleUserControlLibrary is a git submodule. Apparently, GitHub does not include submodules when downloading projects as a *.zip file. The best way to download the code is using git clone --recursive https://github.com/Microsoft/Cognitive-SpeakerRecognition-Windows.git

I'll close this issue for now. Please feel free to re-open if you have any further questions.

cthrash commented 6 years ago

FYI, you can the SampleUserControlLibrary in .zip form here.