C# 클래스 SPIDVerificationAPI_WPF_Sample.VerifySpeakerPage

Interaction logic for VerifySpeakerPage.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK

공개 메소드들

메소드 설명
VerifySpeakerPage ( ) : Microsoft.ProjectOxford.SpeakerRecognition

Initialization constructor for the verify speaker page

비공개 메소드들

메소드 설명
initializeRecorder ( ) : void

Initialize NAudio recorder instance

recordBtn_Click_1 ( object sender, RoutedEventArgs e ) : void

Click handler for the record button

setStatus ( string status ) : void

A helper method that's used for logging status at the status bar

stopRecordBtn_Click_1 ( object sender, RoutedEventArgs e ) : void

Click handler for the stop recording button

verifySpeaker ( Stream audioStream ) : void

Verifies the speaker by using the audio

waveIn_DataAvailable ( object sender, NAudio.Wave.WaveInEventArgs e ) : void
waveSource_RecordingStopped ( object sender, NAudio.Wave.StoppedEventArgs e ) : void

A listener called when the recording stops

메소드 상세

VerifySpeakerPage() 공개 메소드

Initialization constructor for the verify speaker page
public VerifySpeakerPage ( ) : Microsoft.ProjectOxford.SpeakerRecognition
리턴 Microsoft.ProjectOxford.SpeakerRecognition