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
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,24 +16,27 @@ The Azure Communication Services audio effects **noise suppression** abilities c
16
16
17
17
## Using audio effects - **Noise Suppression**
18
18
### Install the npm package
19
-
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
20
19
21
-
> [!IMPORTANT]
22
-
This tutorial utilizes the Azure Communication Services Calling SDK version `1.28.4` or higher, and the Azure Communication Services Calling Audio Effects SDK version `1.1.1` or higher. The GA (stable) `1.28.4` or higher versions of the SDK support noise suppression. If you choose to use the public preview version of the calling SDK versions 1.24.2-beta.1 (or greater) support noise suppression.
20
+
> [!IMPORTANT
21
+
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 newer. The GA (stable) version **`1.28.4`** and above 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 higher also support noise suppression.]
23
22
24
-
> [!NOTE]
25
-
If you are using the GA version of the calling SDK you must use the GA version of the audio effects SDK:
23
+
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
24
+
25
+
> [!NOTE
26
+
If you are using 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 audio effects SDK]
If you are using the ACS public preview SDK you must use the beta version of the audio effects SDK:
31
+
> [!NOTE
32
+
If you are using the ACS public preview SDK you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.2) of the audio effects SDK]
> 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).
37
+
> [!NOTE
38
+
> The calling effects 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).
39
+
]
37
40
38
41
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects/v/next) on the calling effects npm package page.
39
42
@@ -52,7 +55,7 @@ import { DeepNoiseSuppressionEffect } from '@azure/communication-calling-effects
0 commit comments