Skip to content

Commit e3304a8

Browse files
authored
more updates
1 parent eaf7144 commit e3304a8

File tree

1 file changed

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

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ The Azure Communication Services audio effects **noise suppression** abilities c
1818
### Install the npm package
1919
> [!IMPORTANT]
2020
> 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+
>
2122
> Current browser support for adding audio noise suppression effects is only available on Chrome and Edge Desktop browsers.
2223
24+
> [!IMPORTANT]
25+
> The calling effects library cannot be used standalone and can only work when used with the Azure Communication Calling client library for WebJS.
26+
2327
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
2428

2529
> [!NOTE]
@@ -34,11 +38,6 @@ Use the `npm install` command to install the Azure Communication Services Audio
3438
3539
```
3640

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.
39-
40-
> 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).
41-
4241
To use `noise suppression` audio effects within the Azure Communication Calling SDK, you need the `LocalAudioStream` that is currently in the call. You need access to the `AudioEffects` API of the `LocalAudioStream` to start and stop audio effects.
4342
```js
4443
import * as AzureCommunicationCallingSDK from '@azure/communication-calling';

0 commit comments

Comments
 (0)