C# 클래스 SpeechRecognizer.UDPClient

Connects to an RTP stream and listens for data
파일 보기 프로젝트 열기: rit-sse-mycroft/app-speech-to-text 1 사용 예제들

공개 메소드들

메소드 설명
StartClient ( ) : void

Creates a connection to the RTP stream

StopClient ( ) : void

Tells the UDP client to stop listening for packets.

UDPClient ( int port ) : System

RTP Client for receiving an RTP stream containing a WAVE audio stream

비공개 메소드들

메소드 설명
ReceiveCallback ( ) : void

Handles the receiving of UDP packets from the RTP stream

메소드 상세

StartClient() 공개 메소드

Creates a connection to the RTP stream
public StartClient ( ) : void
리턴 void

StopClient() 공개 메소드

Tells the UDP client to stop listening for packets.
public StopClient ( ) : void
리턴 void

UDPClient() 공개 메소드

RTP Client for receiving an RTP stream containing a WAVE audio stream
public UDPClient ( int port ) : System
port int The port to listen on
리턴 System