aws-samples/amazon-transcribe-live-meeting-assistant

Multi-language configuration

intenseclouding opened this issue · 3 comments

In most european countries we use both english and local language (in my case, Spain, spanish, es-ES). Seting up LMA with a static language configuration that cannot be updated after deployment makes it unusable for such countries, as both languages can be used depending on the audience.

I would like to either be able to change (manually) the language on the meeting/LMA interface or (in future releases) automatically detect it, if possible.

Thanks for the request, @intenseclouding - it makes perfect sense. I have added it to our backlog for investigation and scoping. In the meantime, if you want to have a look at the code in the websocket server and have a go at implementing it, that would be awesome.. we always encourage folks to contribute :)

Language auto-detection added to v0.1.2. please try it and let us know how it works.

Re-opening, as we're seeing intermittent issues specifically with identify-multiple-languages options related to transcription segments being sometimes duplicated and sometimes overwritten. Working with Amazon Transcribe service team to identify cause and subsequent fix.