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

Add speaker identification option. #20

Closed ioga closed 3 years ago

ioga commented 3 years ago

Adds a config option to enable speaker diarization / identification. This PR is similar to https://github.com/qasim9872/aws-transcribe/pull/17 in purpose, but also adds a test and documentation, and updates result type interface.

qasim9872 commented 3 years ago

Hi @ioga,

Could you please update the PR to be without any conflicts? I didn't realize until I saw this PR that it was covering the changes made in #17. It was too late at that point as I had already merged the changes.

Thanks

ioga commented 3 years ago

Hello @qasim9872, I've created a new conflict-free PR #21 (because I've made some changes in my master branch not intended for this PR). Closing this one in favor of it.

Thanks!