google / live-transcribe-speech-engine

Live Transcribe is an Android application that provides real-time captioning for people who are deaf or hard of hearing. This repository contains the Android client libraries for communicating with Google's Cloud Speech API that are used in Live Transcribe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this provide speaker identification?

JaveedSpritle opened this issue · comments

Hey, i just want to know whether this library supports speaker identification.

Thank you for asking. We don't provide speaker identification implementation details in this project, instead we leave an interface to user to build it. Please refer AlwaysSameSpeakerIDLabeler.java.

https://github.com/google/live-transcribe-speech-engine/blob/master/app/src/main/java/com/google/audio/asr/RepeatingRecognitionSession.java#L674