Azure-Samples / Cognitive-Services-Voice-Assistant

Welcome to the Microsoft Voice Assistant samples repository! Here you will find samples to help you get started building client application for your bot or Custom Command service. You will also be able to easily deploy a working Custom Command based Voice Assistant to your own Azure subscription
MIT License
102 stars 99 forks source link

Giving speech input from python for hospitality demo #521

Closed gayalkuruppu closed 4 years ago

gayalkuruppu commented 4 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Any log messages given by the failure

Expected/desired behavior

I need to call the speech.microsoft from a python code which is in local and control the simulation (using API calls)

OS and Version?

macOS (Catalina)

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

dargilco commented 4 years ago

Thank you for your comment @gayalkuruppu. As you've seen, unfortunately there is currently no Python support for the dialog name space in the Speech SDK. I've communicated your request to the speech SDK team. It will not be available anytime soon so you will have to use another programming language if you plan to use Speech SDK.

dargilco commented 4 years ago

@gayalkuruppu, and if you have other issues/questions regarding Speech SDK, feel free to post an issue here: https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues

oscarheygds commented 7 months ago

Hi any update on this? is there any plan on supporting it