Skip to content

Commit 869e1c3

Browse files
committed
Acrolinx fix
1 parent fb08a5f commit 869e1c3

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-audio-filters/manage-audio-filters-android.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ filters.setMusicModeEnabled(false);
4444
filters.setAcousticEchoCancellationEnabled(false);
4545
filters.setNoiseSuppressionMode(NoiseSuppressionMode.HIGH);
4646
```
47-

articles/communication-services/how-tos/calling-sdk/manage-audio-filters.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ zone_pivot_groups: acs-plat-ios-android-windows
1616

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

19-
Learn how to manage audio processing features with the Azure Communication Services SDKS. We'll learn how to apply different audio features before and during calls using audio filters.
19+
Learn how to manage audio processing features with the Azure Communication Services SDKS. You learn how to apply different audio features before and during calls using audio filters.
2020

2121
Currently, there are five different filters available to control.
2222

@@ -30,10 +30,10 @@ Digital automatic gain control is a filter available before a call. By default,
3030

3131
## Music Mode
3232

33-
This option will enable high-fidelity audio transmission and currently supports a 32kHz sampling rate at 128kbps when network bandwidth allows, when network bandwidth is insufficient, the bitrate can be reduced to as low as 48kbps. This enhancement is designed to elevate the audio quality for calls, ensuring that audio is crispy, offering a richer and more immersive audio experience. Once music mode is enabled, you should consider:
33+
This option enables high-fidelity audio transmission and currently supports a 32-kHz sampling rate at 128 kbps when network bandwidth allows, when network bandwidth is insufficient, the bitrate can be reduced to as low as 48 kbps. This enhancement is designed to elevate the audio quality for calls, ensuring that audio is crispy, offering a richer and more immersive audio experience. Once music mode is enabled, you should consider:
3434

35-
- Input and output audio devices that allow high bitrate and sampling rate (2 channels, 32kHz or higher)
36-
- Enable Control Noise suppression.
35+
- Input and output audio devices that allow high bitrate and sampling rate (two channels, 32 kHz or higher)
36+
- Enable Control Noise suppression
3737

3838
**Note:** music mode only works in 1:1 calls on native platforms and group calls. Currently, music mode doesn't work in 1:1 calls between native and web. By default, music mode is disabled.
3939

@@ -47,8 +47,8 @@ Noise suppression is a filter available before and during a call. The currently
4747

4848
## Prerequisites
4949

50-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
51-
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
50+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
51+
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md)
5252
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
5353
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
5454

0 commit comments

Comments
 (0)