Uses of Class
com.microsoft.cognitiveservices.speech.audio.SpeakerReferenceChannel
-
Packages that use SpeakerReferenceChannel Package Description com.microsoft.cognitiveservices.speech.audio -
-
Uses of SpeakerReferenceChannel in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return SpeakerReferenceChannel Modifier and Type Method Description SpeakerReferenceChannelAudioProcessingOptions. getSpeakerReferenceChannel()Returns the speaker reference channel position in the audio input.static SpeakerReferenceChannelSpeakerReferenceChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeakerReferenceChannel[]SpeakerReferenceChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech.audio with parameters of type SpeakerReferenceChannel Modifier and Type Method Description static AudioProcessingOptionsAudioProcessingOptions. create(int audioProcessingFlags, MicrophoneArrayGeometry microphoneArrayGeometry, SpeakerReferenceChannel speakerReferenceChannel)Creates an AudioProcessingOptions object with audio processing flags, custom microphone array geometry and speaker reference channel position.static AudioProcessingOptionsAudioProcessingOptions. create(int audioProcessingFlags, PresetMicrophoneArrayGeometry microphoneArrayGeometry, SpeakerReferenceChannel speakerReferenceChannel)Creates an AudioProcessingOptions object with audio processing flags, preset microphone array geometry and speaker reference channel position.
-