Skip to content

Commit 3c5d7ca

Browse files
authored
Update web.md
1 parent e1a6a2f commit 3c5d7ca

File tree

1 file changed

+11
-5
lines changed
  • articles/communication-services/tutorials/audio-quality-enhancements/includes

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,28 @@ author: sloanster
66
ms.author: micahvivion
77

88
services: azure-communication-services
9-
ms.date: 05/02/2024
9+
ms.date: 09/11/2024
1010
ms.topic: include
1111
ms.service: azure-communication-services
1212
ms.subservice: calling
1313
---
1414

1515
The Azure Communication Services audio effects **noise suppression** abilities can improve your audio calls by filtering out unwanted background noises. **Noise suppression** is a technology that removes background noises from audio calls. It makes audio calls clearer and better by eliminating background noise, making it easier to talk and listen. Noise suppression can also reduce distractions and tiredness caused by noisy places. For example, if you're taking an Azure Communication Services WebJS call in a coffee shop with considerable noise, turning on noise suppression can make the call experience better.
1616

17-
[!INCLUDE [Public Preview Disclaimer](../../../includes/public-preview-include-document.md)]
18-
19-
## Using audio effects - **noise suppression**
17+
## Using audio effects - **Noise Suppression**
2018
### Install the npm package
2119
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
20+
2221
> [!IMPORTANT]
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).
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.
23+
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:
26+
```console
27+
28+
```
2429

30+
If you are using the ACS public preview SDK you must use the beta version of the audio effects SDK:
2531
```console
2632
2733
```

0 commit comments

Comments
 (0)