Uses of Class
com.microsoft.cognitiveservices.speech.audio.AudioStreamWaveFormat
-
Packages that use AudioStreamWaveFormat Package Description com.microsoft.cognitiveservices.speech.audio -
-
Uses of AudioStreamWaveFormat in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return AudioStreamWaveFormat Modifier and Type Method Description static AudioStreamWaveFormatAudioStreamWaveFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioStreamWaveFormat[]AudioStreamWaveFormat. 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 AudioStreamWaveFormat Modifier and Type Method Description static AudioStreamFormatAudioStreamFormat. getWaveFormat(long samplesPerSecond, short bitsPerSample, short channels, AudioStreamWaveFormat waveFormat)Creates an audio stream format object with the specified pcm waveformat characteristics.
-