Skip to content

Commit c8221ac

Browse files
authored
again more small updates
1 parent 683a68b commit c8221ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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/15/2024
8+
ms.date: 04/16/2024
99
ms.topic: tutorial
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
@@ -16,7 +16,7 @@ The Azure Communication Services audio effects **noise suppression** abilities c
1616

1717
[!INCLUDE [Public Preview](../includes/public-preview-include-document.md)]
1818

19-
## Using audio effects packages **noise suppression**
19+
## Using audio effects - **noise suppression**
2020
### Install the npm package
2121
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
2222
> [!IMPORTANT]
@@ -69,8 +69,8 @@ The `activeEffects` property returns an object with the names of the current act
6969
const currentActiveEffects = audioEffectsFeatureApi.activeEffects;
7070
```
7171

72-
### How to turn on Noise Suppression on during an ongoing call
73-
There are situations where are user might start a call and not have **noise suppression** turned on, but their current environment might get noisy resulting in them needing to turn on **noise suppression**. To turn on **noise suppression**, you can use the `audioEffectsFeatureApi.startEffects` API.
72+
### How to turn on Noise Suppression during an ongoing call
73+
There are situations where a user might start a call and not have **noise suppression** turned on, but their current environment might get noisy resulting in them needing to turn on **noise suppression**. To turn on **noise suppression**, you can use the `audioEffectsFeatureApi.startEffects` API.
7474
```js
7575
// Create the noise supression instance
7676
const deepNoiseSuppression = new DeepNoiseSuppressionEffect();

0 commit comments

Comments
 (0)