qasim9872 / aws-transcribe

A client for Amazon Transcribe using the websockets API
https://www.npmjs.com/package/aws-transcribe
MIT License
10 stars 15 forks source link

adds showSpeakerLabel config parameter #17

Closed evgenyfadeev closed 3 years ago

evgenyfadeev commented 4 years ago

Adds support for the speaker labeling feature, as described here: https://docs.aws.amazon.com/transcribe/latest/dg/diarization-streaming.html

usage:

client.createStreamingClient({ region: 'us-west-2', sampleRate: 8000, languageCode: 'en-US', showSpeakerLabel: true })