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

Run code Error :Can't find class

ganzi01234 opened this issue · comments

when i complier the project. In class AlwaysSameSpeakerIDLabeler and AlwaysSameSpeakerIDLabeler have an error.
show
package com.google.audio can't find class SpeakerIDInfo
image

Is there any other information that you can give us to help reproduce this? I'm happy to have someone on our team look into this.

We want the instructions in the README to work for any Linux system, and we don't guarantee that they'll work with some other kind of setup (or building without our scripts). Please let us know if you're trying something different.

I use the android studio under windows, I found the SpeakerIdInfo.java code generated by the protocol buffer compiler, but automatically generate the Class SpeakerIdInfo's "D" to lowercase.
image
image

Thanks! Some folks on my team observed the same thing when they dug into this. I think they have a fix on the way.

This should be fixed. Please verify.