Uses of Class
com.microsoft.cognitiveservices.speech.audio.AudioConfig
-
-
Uses of AudioConfig in com.microsoft.cognitiveservices.speech
Constructors in com.microsoft.cognitiveservices.speech with parameters of type AudioConfig Constructor Description KeywordRecognizer(AudioConfig audioConfig)Creates a new instance of a keyword recognizer.Recognizer(AudioConfig audioInput)Creates and initializes an instance of a RecognizerSpeechRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer for embedded speech recognition.SpeechRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer for embedded speech recognition.SpeechRecognizer(HybridSpeechConfig hybridSpeechConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer for hybrid speech recognition.SpeechRecognizer(HybridSpeechConfig hybridSpeechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer for hybrid speech recognition.SpeechRecognizer(SpeechConfig speechConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechRecognizer(SpeechConfig speechConfig, String sourceLanguage, AudioConfig audioConfig)Initializes a new instance of Speech Recognizer.SpeechSynthesizer(EmbeddedSpeechConfig embeddedSpeechConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer for embedded speech synthesis.SpeechSynthesizer(HybridSpeechConfig hybridSpeechConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer for hybrid speech synthesis.SpeechSynthesizer(SpeechConfig speechConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer.SpeechSynthesizer(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Creates a new instance of Speech Synthesizer. -
Uses of AudioConfig in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return AudioConfig Modifier and Type Method Description static AudioConfigAudioConfig. fromDefaultMicrophoneInput()Creates an AudioConfig object representing the default microphone on the system.static AudioConfigAudioConfig. fromDefaultMicrophoneInput(AudioProcessingOptions audioProcessingOptions)Creates an AudioConfig object representing the default microphone on the system.static AudioConfigAudioConfig. fromDefaultSpeakerOutput()Creates an AudioConfig object representing the default speaker on the system.static AudioConfigAudioConfig. fromMicrophoneInput(String deviceName)Creates an AudioConfig object representing a specific microphone on the system.static AudioConfigAudioConfig. fromMicrophoneInput(String deviceName, AudioProcessingOptions audioProcessingOptions)Creates an AudioConfig object representing a specific microphone on the system.static AudioConfigAudioConfig. fromSpeakerOutput(String deviceName)Creates an AudioConfig object representing a specific speaker on the system.static AudioConfigAudioConfig. fromStreamInput(AudioInputStream audioStream)Creates an AudioConfig object representing the specified stream.static AudioConfigAudioConfig. fromStreamInput(AudioInputStream audioStream, AudioProcessingOptions audioProcessingOptions)Creates an AudioConfig object representing the specified stream.static AudioConfigAudioConfig. fromStreamInput(PullAudioInputStreamCallback callback)Creates an AudioConfig object representing the specified stream.static AudioConfigAudioConfig. fromStreamInput(PullAudioInputStreamCallback callback, AudioProcessingOptions audioProcessingOptions)Creates an AudioConfig object representing the specified stream.static AudioConfigAudioConfig. fromStreamOutput(AudioOutputStream audioStream)Creates an AudioConfig object representing the specified stream.static AudioConfigAudioConfig. fromWavFileInput(String fileName)Creates an AudioConfig object representing the specified file.static AudioConfigAudioConfig. fromWavFileInput(String fileName, AudioProcessingOptions audioProcessingOptions)Creates an AudioConfig object representing the specified file.static AudioConfigAudioConfig. fromWavFileOutput(String fileName)Creates an AudioConfig object representing the specified file. -
Uses of AudioConfig in com.microsoft.cognitiveservices.speech.dialog
Constructors in com.microsoft.cognitiveservices.speech.dialog with parameters of type AudioConfig Constructor Description DialogServiceConnector(DialogServiceConfig config, AudioConfig audioConfig)Builds a DialogServiceConnector -
Uses of AudioConfig in com.microsoft.cognitiveservices.speech.intent
Constructors in com.microsoft.cognitiveservices.speech.intent with parameters of type AudioConfig Constructor Description IntentRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AudioConfig audioConfig)Creates a new instance of an intent recognizer with embedded speech configuration.IntentRecognizer(SpeechConfig speechConfig, AudioConfig audioConfig)Creates a new instance of an intent recognizer. -
Uses of AudioConfig in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type AudioConfig Modifier and Type Method Description Future<VoiceProfileEnrollmentResult>VoiceProfileClient. enrollProfileAsync(VoiceProfile voiceProfile, AudioConfig audioConfig)Enroll a voice profile asynchronously.Constructors in com.microsoft.cognitiveservices.speech.speaker with parameters of type AudioConfig Constructor Description SpeakerRecognizer(SpeechConfig speechConfig, AudioConfig audioConfig)Creates a new instance of a speaker recognizer. -
Uses of AudioConfig in com.microsoft.cognitiveservices.speech.transcription
Constructors in com.microsoft.cognitiveservices.speech.transcription with parameters of type AudioConfig Constructor Description ConversationTranscriber(SpeechConfig speechConfig, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, AutoDetectSourceLanguageConfig autoDetectSourceLangConfig, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, SourceLanguageConfig sourceLanguageConfig, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.ConversationTranscriber(SpeechConfig speechConfig, String sourceLanguage, AudioConfig audioConfig)Initializes a new instance of Conversation Transcriber.ConversationTranslator(AudioConfig audioConfig)Creates a new instance of the Conversation Translator.MeetingTranscriber(AudioConfig audioConfig)Initializes a new instance of Meeting Transcriber. -
Uses of AudioConfig in com.microsoft.cognitiveservices.speech.translation
Constructors in com.microsoft.cognitiveservices.speech.translation with parameters of type AudioConfig Constructor Description TranslationRecognizer(EmbeddedSpeechConfig embeddedSpeechConfig, AudioConfig audioConfig)Constructs an instance of a translation recognizer for embedded speech translation.TranslationRecognizer(HybridSpeechConfig hybridSpeechConfig, AudioConfig audioConfig)Constructs an instance of a translation recognizer for hybrid speech translation.TranslationRecognizer(SpeechTranslationConfig stc, AudioConfig audioConfig)Constructs an instance of a translation recognizer.
-