You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/tutorials/audio-quality-enhancements/includes/web.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: sloanster
6
6
ms.author: micahvivion
7
7
8
8
services: azure-communication-services
9
-
ms.date: 09/11/2024
9
+
ms.date: 11/05/2024
10
10
ms.topic: include
11
11
ms.service: azure-communication-services
12
12
ms.subservice: calling
@@ -17,24 +17,25 @@ The Azure Communication Services audio effects *noise suppression* abilities can
17
17
## Use audio effects: Install the calling effects npm package
18
18
19
19
> [!IMPORTANT]
20
-
> This tutorial employs the Azure Communication Services Calling SDK version `1.28.4` or later, alongside the Azure Communication Services Calling Effects SDK version `1.1.1` or later. The general availability (GA) stable version `1.28.4` and later of the Calling SDK support noise suppression features. Alternatively, if you opt to use the public preview version, Calling SDK versions `1.24.2-beta.1` and later also support noise suppression.
20
+
> This tutorial employs the Azure Communication Services Calling SDK version `1.28.4` or later, alongside the Azure Communication Services Calling Effects SDK version `1.1.2` or later. The general availability (GA) stable version `1.28.4` and later of the Calling SDK support noise suppression features. Alternatively, if you opt to use the public preview version, Calling SDK versions `1.24.2-beta.1` and later also support noise suppression.
21
21
>
22
22
> Current browser support for adding audio noise suppression effects is available only on Chrome and Edge desktop browsers.
23
23
24
24
The calling effects library can't be used standalone. It works only when used with the Azure Communication Services Calling client library for WebJS.
25
25
26
26
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
27
27
28
-
If you use the GA version of the Calling SDK, you must use the [GA version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1) of the Calling Effects SDK.
28
+
If you use the GA version of the Calling SDK, you must use the [GA version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/latest) of the Calling Effects SDK.
29
29
30
30
```console
31
-
@azure/communication-calling-effects@1.1.1
31
+
@azure/communication-calling-effects/v/latest
32
32
```
33
33
34
-
If you use the public preview of the Calling SDK, you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.2) of the Calling Effects SDK.
34
+
If you use the public preview of the Calling SDK, you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/next) of the Calling Effects SDK.
0 commit comments