Skip to content

Commit b7baa39

Browse files
sentence case title
1 parent 48c3009 commit b7baa39

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Tutorial - Add audio effects suppression ability to your Windows Apps
2+
title: Tutorial - Add audio effects suppression ability to your Windows apps
33
titleSuffix: An Azure Communication Services tutorial on how to enable audio effects
44
description: Learn how to add audio effects in your calls using Azure Communication Services.
55
author: t-leejiyoon
@@ -54,4 +54,4 @@ LiveOutgoingAudioFilters filter = call.LiveOutgoingAudioFilters;
5454
filter.MusicModeEnabled = true;
5555
filter.AcousticEchoCancellationEnabled = true;
5656
filter.NoiseSuppressionMode = NoiseSuppressionMode.Auto;
57-
```
57+
```

0 commit comments

Comments
 (0)