C# Class SpeechRecognizer.Microphone

Class representing a Microphone instance
Show file Open project: rit-sse-mycroft/app-speech-to-text

Public Methods

Method Description
Microphone ( SpeechRecognitionEngine sre, UDPClient client, string status, bool shouldBeOn, int port ) : System

Constructor for a Microphone

Method Details

Microphone() public method

Constructor for a Microphone
public Microphone ( SpeechRecognitionEngine sre, UDPClient client, string status, bool shouldBeOn, int port ) : System
sre SpeechRecognitionEngine The speech recognition engine associate with this microphone
client UDPClient
status string The status of the microphone
shouldBeOn bool Should the speech recognition engine for this microphone be on
port int The por this microphone is asociated with
return System