We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3647353 + 650aa0e commit 594d1ceCopy full SHA for 594d1ce
articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/java/examples.md
@@ -15,7 +15,7 @@ import com.microsoft.cognitiveservices.speech.audio.AudioConfig;
15
import com.microsoft.cognitiveservices.speech.audio.AudioInputStream;
16
import com.microsoft.cognitiveservices.speech.audio.AudioStreamFormat;
17
import com.microsoft.cognitiveservices.speech.audio.PullAudioInputStream;
18
-import com.microsoft.cognitiveservices.speech.internal.AudioStreamContainerFormat;
+import com.microsoft.cognitiveservices.speech.audio.AudioStreamContainerFormat;
19
20
// ... omitted for brevity
21
0 commit comments