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/call-automation/audio-streaming-concept.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,10 @@ The table below describes information that will help developers convert the audi
47
47
- Packet stream rate: 20 ms rate
48
48
- Data packet: 64 Kbytes
49
49
- 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/en-us/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.
51
54
52
55
## Next Steps
53
56
Check out the [audio streaming quickstart](../../how-tos/call-automation/audio-streaming-quickstart.md) to learn more.
0 commit comments