Skip to content

Commit 3250994

Browse files
Merge pull request #285119 from alvin-l-han/main
Added billing for audio streaming and real time transcription concept docs
2 parents 9de806d + 2be1cd1 commit 3250994

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/communication-services/concepts/call-automation/audio-streaming-concept.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ The table below describes information that will help developers convert the audi
4747
- Packet stream rate: 20 ms rate
4848
- Data packet: 64 Kbytes
4949
- Audio metric: 16-bit PCM mono at 16000 hz
50-
- Public string data is a base64 string that should be converted into a byte array to create raw PCM file.
50+
- Public string data is a base64 string that should be converted into a byte array to create raw PCM file.\
51+
52+
## Billing
53+
See the [Azure Communication Services pricing page](https://azure.microsoft.com/pricing/details/communication-services/?msockid=3b3359f3828f6cfe30994a9483c76d50) for information on how audio streaming is billed. Prices can be found in the calling category under audio streaming.
5154

5255
## Next Steps
5356
Check out the [audio streaming quickstart](../../how-tos/call-automation/audio-streaming-quickstart.md) to learn more.

articles/communication-services/concepts/call-automation/real-time-transcription.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Using the transcript generated throughout the call, you can leverage other AI to
3737
## Sample flow of real-time transcription using Call Automation
3838
![Diagram of real-time transcription flow.](./media/transcription.png)
3939

40+
## Billing
41+
See the [Azure Communication Services pricing page](https://azure.microsoft.com/pricing/details/communication-services/?msockid=3b3359f3828f6cfe30994a9483c76d50) for information on how real-time transcription is billed. Prices can be found in the calling category under audio streaming -> unmixed audio insights streaming.
42+
4043
## Next Steps
4144
- Check out our how-to guide to learn [how-to use our Real-time Transcription](../../how-tos/call-automation/real-time-transcription-tutorial.md) to users.
4245
- Learn about [usage and operational logs](../analytics/logs/call-automation-logs.md) published by call automation.

0 commit comments

Comments
 (0)