You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/media-streaming.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Media Streaming overview
2
+
title: Media Streaming overview
3
3
description: Conceptual information about using Media Streaming APIs with Call Automation.
4
4
author: Kunaal
5
5
ms.service: azure-communication-services
@@ -9,16 +9,15 @@ ms.author: kpunjabi
9
9
ms.custom: private_preview
10
10
---
11
11
12
-
# Media Streaming overview
12
+
# Media Streaming Overview - Audio Subscription
13
13
14
14
> [!IMPORTANT]
15
15
> Functionality described on this document is currently in private preview. Private preview includes access to SDKs and documentation for testing purposes that are not yet available publicly.
16
16
> Apply to become an early adopter by filling out the form for [preview access to Azure Communication Services](https://aka.ms/ACS-EarlyAdopter).
17
17
18
-
Azure Communication Services provides developers with Media Streaming capabilities to get real-time access to media streams to capture, analyze and process audio content during active calls.
19
-
20
-
In today's world consumption of live audio and video is prevalent, this content could be in the forms of online meetings, online conferences, online schooling, customer support, etc. This consumption has only been exacerbated by the recent events of Covid-19, with many of the worlds work force working remotely from home. With media streaming access, developers can now build server applications to capture and analyze audio streams for each of the participants on the call in real-time. Developers can also combine media streaming with other call automation actions or use their own AI models to analyze audio streams for use cases such as NLP for conversation analysis or provide real-time insights and suggestions to their agents while they are in an active interaction with their end users.
18
+
Azure Communication Services provides developers with Media Streaming capabilities to get real-time access to media streams to capture, analyze and process audio content during active calls. In today's world consumption of live audio and video is prevalent, this content could be in the forms of online meetings, online conferences, online schooling, customer support, etc. This consumption has only been exacerbated by the recent events of Covid-19, with many of the worlds work force working remotely from home. With media streaming access, developers can now build server applications to capture and analyze audio streams for each of the participants on the call in real-time. Developers can also combine media streaming with other call automation actions or use their own AI models to analyze audio streams for use cases such as NLP for conversation analysis or provide real-time insights and suggestions to their agents while they are in an active interaction with their end users.
21
19
20
+
This private preview supports the ability for developers to get access to real-time audio streams over a websocket to analyze each participants audio in mixed and unmixed formats
22
21
23
22
## Common use cases
24
23
Audio streams can be used in many ways, below are some examples of how developers may wish to use the audio streams in their applications.
@@ -33,7 +32,7 @@ Audio streams can be used in many ways, below are some examples of how developer
33
32
### Interpretations
34
33
**Real-time translation** – Use audio streams to send to human or AI translators who can consume this audio content and provide translations.
35
34
36
-
## How Media Streaming workflow looks
35
+
## Sample architecture for subscribing to audio streams from an ongoing call
37
36
38
37

# Quickstart: Subscribing to audio streams from an ongoing call
16
16
17
17
> [!IMPORTANT]
18
18
> Functionality described on this document is currently in private preview. Private preview includes access to SDKs and documentation for testing purposes that are not yet available publicly.
0 commit comments