Skip to content

Commit ad0f9bb

Browse files
authored
Merge pull request #79279 from mahilleb-msft/mahilleb-msft-pr/speechsdkfeatureavail
[CogSvcs] Speech SDK: add required version for logging and compressed audio input
2 parents 8dd4d36 + 4986115 commit ad0f9bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/cognitive-services/Speech-Service/how-to-use-codec-compressed-audio-input-streams.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The Speech SDK's **Compressed Audio Input Stream** API provides a way to stream
1818

1919
> [!IMPORTANT]
2020
> Streaming compressed audio is only supported for C++, C#, and Java on Linux (Ubuntu 16.04, Ubuntu 18.04, Debian 9).
21+
> Speech SDK version 1.4.0 or higher is required.
2122
2223
For wav/PCM see the mainline speech documentation. Outside of wav/PCM, the following codec compressed input formats are supported:
2324

articles/cognitive-services/Speech-Service/how-to-use-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: amishu
1818
Logging to file is an optional feature for the Speech SDK. During development logging provides additional information and diagnostics from the Speech SDK's core components. It can be enabled by setting the property `Speech_LogFilename` on a speech configuration object to the location and name of the log file. Logging will be activated globally once a recognizer is created from that configuration and can't be disabled afterwards. You can't change the name of a log file during a running logging session.
1919

2020
> [!NOTE]
21-
> Logging is available in all supported Speech SDK programming languages, with the exception of JavaScript.
21+
> Logging is available since Speech SDK version 1.4.0 in all supported Speech SDK programming languages, with the exception of JavaScript.
2222
2323
## Sample
2424

0 commit comments

Comments
 (0)