Skip to content

Commit 7ecbb99

Browse files
committed
no .md?
1 parent 7e350fe commit 7ecbb99

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/csharp

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/compressed-audio-input/csharp/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: trbye
77
ms.custom: devx-track-csharp
88
---
99

10-
To configure Speech SDK to accept compressed audio input, create `PullAudioInputStream` or `PushAudioInputStream`. Then, create an `AudioConfig` from an instance of your stream class, specifying the compression format of the stream. Find related sample code snippets in [About the Speech SDK audio input stream API](/azure/cognitive-services/speech-service/how-to-use-audio-input-streams.md).
10+
To configure Speech SDK to accept compressed audio input, create `PullAudioInputStream` or `PushAudioInputStream`. Then, create an `AudioConfig` from an instance of your stream class, specifying the compression format of the stream. Find related sample code snippets in [About the Speech SDK audio input stream API](/azure/cognitive-services/speech-service/how-to-use-audio-input-streams).
1111

1212
Let's assume that you have an input stream class called `pushStream` and are using OPUS/OGG. Your code may look like this:
1313

0 commit comments

Comments
 (0)