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
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
I would like to create a bot which can play audio (e.g., podcast, mp3, ...) during a voice conversation. (don't want to use media attachment of messages)
I've enabled cognitive service for my bot for text-to-speech and speech-to-text. The next step is to create a custom action which could return streaming.
However, based on the C# function signature, I'm not sure if streaming output is supported in custom dialog/actions.
No luck in finding related sample code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to create a bot which can play audio (e.g., podcast, mp3, ...) during a voice conversation. (don't want to use media attachment of messages)
I've enabled cognitive service for my bot for text-to-speech and speech-to-text. The next step is to create a custom action which could return streaming.
However, based on the C# function signature, I'm not sure if streaming output is supported in custom dialog/actions.
No luck in finding related sample code.
Any help is appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions