Skip to content

Commit 3a45838

Browse files
Merge pull request #274130 from sloanster/patch-13
Update add-noise-supression.md
2 parents 61f8601 + 98a2445 commit 3a45838

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/communication-services/tutorials/audio-quality-enhancements/add-noise-supression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to add audio effects in your calls using Azure Communicat
55
author: sloanster
66

77
ms.author: micahvivion
8-
ms.date: 04/16/2024
8+
ms.date: 05/02/2024
99
ms.topic: tutorial
1010
ms.service: azure-communication-services
1111
ms.subservice: calling

articles/communication-services/tutorials/audio-quality-enhancements/includes/web.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: sloanster
66
ms.author: micahvivion
77

88
services: azure-communication-services
9-
ms.date: 04/16/2024
9+
ms.date: 05/02/2024
1010
ms.topic: include
1111
ms.service: azure-communication-services
1212
ms.subservice: calling
@@ -20,14 +20,14 @@ The Azure Communication Services audio effects **noise suppression** abilities c
2020
### Install the npm package
2121
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
2222
> [!IMPORTANT]
23-
> This tutorial uses the Azure Communication Services Calling SDK version of `1.24.1-beta.1` (or greater) and the Azure Communication Services Calling Audio Effects SDK version greater than or equal to `1.1.0-beta.1` (or greater).
23+
> This tutorial uses the Azure Communication Services Calling SDK version of **`1.24.2-beta.1`** (or greater) and the Azure Communication Services Calling Audio Effects SDK version greater than or equal to **`1.1.1-beta.1`** (or greater).
2424
```console
25-
npm install @azure/communication-calling-effects --save
25+
@azure/communication-calling-effects@1.1.1-beta.1
2626
```
2727
> [!NOTE]
2828
> The calling effect library cannot be used standalone and can only work when used with the Azure Communication Calling client library for WebJS (https://www.npmjs.com/package/@azure/communication-calling).
2929
30-
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects) on the calling effects npm package page.
30+
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.1?activeTab=readme) on the calling effects npm package page.
3131

3232
> [!NOTE]
3333
> Current browser support for adding audio noise suppression effects is only available on Chrome and Edge Desktop Browsers.

0 commit comments

Comments
 (0)