generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 385
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requeststaleIssues or Pull Requests with no updatesIssues or Pull Requests with no updates
Description
Is your feature request related to a problem? Please describe the background.
Customers need requirements in English, Japanese, and Chinese
Feature you want to add or improve
Add the ability to recognize Chinese in voice input
packages/web/src/hooks/useMicrophone.ts
const command = new StartStreamTranscriptionCommand({
LanguageCode: languageCode,
IdentifyLanguage: languageCode ? false : true,
LanguageOptions: languageCode ? undefined : 'en-US,ja-JP,zh-CN',
MediaEncoding: 'pcm',
MediaSampleRateHertz: 48000,
AudioStream: audioStream(),
ShowSpeakerLabel: speakerLabel,
});
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requeststaleIssues or Pull Requests with no updatesIssues or Pull Requests with no updates