Skip to content

Commit f13876d

Browse files
Merge pull request #286832 from sloanster/patch-23
Update web.md
2 parents 7f1560c + d13a821 commit f13876d

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Use the `npm install` command to install the Azure Communication Services Audio
3737
3838
```
3939
## Loading the Noise Suppression effects library
40+
41+
For details on the interface detailing audio effects properties and methods, consult the [Audio Effects Feature interface](/javascript/api/azure-communication-services/@azure/communication-calling/audioeffectsfeature?view=azure-communication-services-js&preserve-view=true) API documentation page.
42+
4043
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.
4144
```js
4245
import * as AzureCommunicationCallingSDK from '@azure/communication-calling';
@@ -144,3 +147,5 @@ await audioEffectsFeatureApi.stopEffects({
144147
noiseSuppression: true
145148
});
146149
```
150+
## More Details
151+
See [Audio Effects Feature interface](/javascript/api/azure-communication-services/@azure/communication-calling/audioeffectsfeature?view=azure-communication-services-js&preserve-view=true) documentation page for extended API feature details.

0 commit comments

Comments
 (0)