Skip to content

Commit eaf7144

Browse files
authored
Updates again
1 parent a93499d commit eaf7144

File tree

1 file changed

+7
-12
lines changed
  • articles/communication-services/tutorials/audio-quality-enhancements/includes

1 file changed

+7
-12
lines changed

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

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,26 @@ The Azure Communication Services audio effects **noise suppression** abilities c
1616

1717
## Using audio effects - **Noise Suppression**
1818
### Install the npm package
19-
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.]
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 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.
21+
> Current browser support for adding audio noise suppression effects is only available on Chrome and Edge Desktop browsers.
2222
2323
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
2424

2525
> [!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.
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 effects SDK.
2727
```console
2828
2929
```
3030

3131
> [!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.
32+
> If you are using 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 effects SDK.
3333
```console
3434
3535
```
3636

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-
40-
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects/v/next) on the calling effects npm package page.
41-
42-
> [!NOTE]
43-
> Current browser support for adding audio noise suppression effects is only available on Chrome and Edge Desktop Browsers.
37+
> [!IMPORTANT]
38+
> The calling effects library cannot be used standalone and can only work when used with the Azure Communication Calling client library for WebJS.
4439
4540
> You can learn about the specifics of the [calling API](/javascript/api/azure-communication-services/@azure/communication-calling/?view=azure-communication-services-js&preserve-view=true).
4641

0 commit comments

Comments
 (0)