Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ASP.NET Core - MVC Sample #2387

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

MikeAlhayek
Copy link

@MikeAlhayek MikeAlhayek commented May 24, 2024

Purpose

To add ASP.NET Core MVC sample. This sample demonstrate how to convert Text to Speech and Speech to Text using a web app.

Fix #2388

What kind of change does this Pull Request introduce?

[ ] Bugfix
[*] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

New sample includes:

  • Text to speech: convert text to speech using different voices.
  • Speech to text: convert speech to text using RecognizeOnce.
  • Speech to text: convert speech to text using ContinuousRecognition.

Demo

Here is a quick virtual demo of the sample.

mike-alhayek-mvc-sample

@MikeAlhayek
Copy link
Author

@microsoft-github-policy-service agree

@yulin-li
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ASP.NET Core MVC Sample
2 participants