Skip to content

Commit 5e10770

Browse files
committed
Merge branch 'diberry/0906-tts' of https://github.com/diberry/azure-ai-docs-pr into diberry/0906-tts
2 parents c27fc4f + b2bc792 commit 5e10770

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/ai-services/openai/includes/text-to-speech-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ms.topic: include
33
manager: nitinme
44
ms.service: azure-ai-openai
55
ms.topic: include
6-
ms.date: 09/06/2024
6+
ms.date: 09/12/2024
77
ms.reviewer: v-baolianzou
88
ms.author: eur
99
author: eric-urban
@@ -230,7 +230,7 @@ Your app's _package.json_ file will be updated with the dependencies.
230230
231231
```
232232

233-
The "openai/shims/node" import supports the ability for the a stream type that changes depending on whether you run in Node.js or in another environment such as a browser.
233+
The import of `"openai/shims/node"` is necessary when running the code in a Node.js environment. It ensures that the output type of the `client.audio.speech.create` method is correctly set to `NodeJS.ReadableStream`.
234234

235235
1. Build the application with the following command:
236236

articles/ai-services/openai/includes/whisper-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ms.topic: include
33
manager: nitinme
44
ms.service: azure-ai-openai
55
ms.topic: include
6-
ms.date: 9/10/2024
6+
ms.date: 9/12/2024
77
ms.reviewer: v-baolianzou
88
ms.author: eur
99
author: eric-urban

articles/ai-services/openai/text-to-speech-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Use the Azure OpenAI Service for text to speech with OpenAI voices.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: quickstart
8-
ms.date: 08/06/2024
8+
ms.date: 9/12/2024
99
ms.reviewer: v-baolianzou
1010
ms.author: eur
1111
author: eric-urban

0 commit comments

Comments
 (0)