Skip to content

Commit 73755a2

Browse files
authored
Merge pull request #158129 from v-demjoh/pushstream
we have the snippets so let's show them
2 parents 6a4d622 + 7ecbb99 commit 73755a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 03/09/2020
66
ms.author: trbye
77
---
88

9-
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.
9+
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 in [Speech SDK samples](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/cpp/windows/console/samples/speaker_recognition_samples.cpp).
1010

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

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.
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 03/09/2020
66
ms.author: trbye
77
---
88

9-
To configure Speech SDK to accept compressed audio input, create a `PullAudioInputStream` or `PushAudioInputStream`. Then, create an `AudioConfig` from an instance of your stream class, specifying the compression format of the stream.
9+
To configure Speech SDK to accept compressed audio input, create a `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 in [Speech SDK samples](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/java/jre/console/src/com/microsoft/cognitiveservices/speech/samples/console/WavStream.java).
1010

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

0 commit comments

Comments
 (0)