Skip to content

Commit d934793

Browse files
authored
Merge pull request #194498 from yulin-li/yulin/latency
text-to-speech: update latency doc
2 parents 9a3c068 + 6a2dd05 commit d934793

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/cognitive-services/Speech-Service/how-to-lower-speech-synthesis-latency.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,10 @@ Meanwhile, a compressed audio format helps to save the users' network bandwidth,
314314
315315
We support many compressed formats including `opus`, `webm`, `mp3`, `silk`, and so on, see the full list in [SpeechSynthesisOutputFormat](/cpp/cognitive-services/speech/microsoft-cognitiveservices-speech-namespace#speechsynthesisoutputformat).
316316
For example, the bitrate of `Riff24Khz16BitMonoPcm` format is 384 kbps, while `Audio24Khz48KBitRateMonoMp3` only costs 48 kbps.
317-
Our Speech SDK will automatically use a compressed format for transmission when a `pcm` output format is set and `GStreamer` is properly installed.
317+
Our Speech SDK will automatically use a compressed format for transmission when a `pcm` output format is set.
318+
For Linux and Windows, `GStreamer` is required to enable this feature.
318319
Refer [this instruction](how-to-use-codec-compressed-audio-input-streams.md) to install and configure `GStreamer` for Speech SDK.
320+
For Android, iOS and macOS, no extra configuration is needed starting version 1.20.
319321
320322
## Others tips
321323
@@ -327,7 +329,7 @@ See [How to configure OpenSSL for Linux](how-to-configure-openssl-linux.md#certi
327329
328330
### Use latest Speech SDK
329331
330-
We keep improving the Speech SDK's performance, so try to use the latest Speech SDK in your application.
332+
We keep improving the Speech SDK's performance, so try to use the latest Speech SDK in your application.
331333
332334
## Load test guideline
333335

0 commit comments

Comments
 (0)