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

Use auto language detection in speech to text #84

Closed
olliestanley opened this issue Jun 20, 2023 · 3 comments · Fixed by #91
Closed

Use auto language detection in speech to text #84

olliestanley opened this issue Jun 20, 2023 · 3 comments · Fixed by #91
Assignees
Labels
backend Backend
Milestone

Comments

@olliestanley
Copy link
Collaborator

No description provided.

@olliestanley olliestanley added the backend Backend label Jun 20, 2023
@olliestanley olliestanley added this to the Iteration 2 milestone Jun 20, 2023
@olliestanley
Copy link
Collaborator Author

So it looks like this can only work if we specify a limited subset of languages, with only up to 10 supported https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-identification?tabs=continuous&pivots=programming-language-python

@Andrewwango
Copy link
Owner

So is the frontend plan to receive the detected language from STT and use that for TTS, and if STT is not being used pass 'auto' to TTS?

@olliestanley
Copy link
Collaborator Author

So is the frontend plan to receive the detected language from STT and use that for TTS, and if STT is not being used pass 'auto' to TTS?

Not sure tbh. STT language detection seems not ideal as I don't think we really want to reduce the number of possible languages down to 10. But the only alternative I can see would be the user manually selecting the language they want to speak in

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

Successfully merging a pull request may close this issue.

2 participants