microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.44k stars 2.16k forks source link

Add (Azure) speech capabilities (STT / TTS) #560

Open iMicknl opened 5 months ago

iMicknl commented 5 months ago

Would be great to add (optional) voice capabilities to the sample app, based on a feature flag. Similar to what is currently available in the Azure OpenAI Playground.

Components

Requires:

Open discussion

pamelafox commented 1 month ago

If its helpful, the speech team contributed text-to-speech in a PR for our similar RAG repository here: https://github.com/Azure-Samples/azure-search-openai-demo/ The comments on that PR might also be helpful to see what developers have requested from the feature.