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

MIT No Attribution
68 stars 24 forks source link

Fix: Use env for virtual-participant language #118

Closed t-narita1112 closed 1 month ago

t-narita1112 commented 1 month ago

Issue #, if available: https://github.com/aws-samples/amazon-transcribe-live-meeting-assistant/issues/117

Description of changes: We have modified the virtual-participant functionality to retrieve the language code for speech recognition from the ECS environment variable "TRANSCRIBE_LANGUAGE_CODE."

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

t-narita1112 commented 1 month ago

@rstrahan Thank you for reviewing the PR! I have addressed the two points you mentioned. (I had overlooked the fact that it was possible to set the language identification option in the TranscribeLanguageCode.)

rstrahan commented 1 month ago

Thanks! Merged to develop for next release.