We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c3009 commit b7baa39Copy full SHA for b7baa39
articles/communication-services/tutorials/audio-quality-enhancements/includes/windows.md
@@ -1,5 +1,5 @@
1
---
2
-title: Tutorial - Add audio effects suppression ability to your Windows Apps
+title: Tutorial - Add audio effects suppression ability to your Windows apps
3
titleSuffix: An Azure Communication Services tutorial on how to enable audio effects
4
description: Learn how to add audio effects in your calls using Azure Communication Services.
5
author: t-leejiyoon
@@ -54,4 +54,4 @@ LiveOutgoingAudioFilters filter = call.LiveOutgoingAudioFilters;
54
filter.MusicModeEnabled = true;
55
filter.AcousticEchoCancellationEnabled = true;
56
filter.NoiseSuppressionMode = NoiseSuppressionMode.Auto;
57
-```
+```
0 commit comments