-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not import as a module #78
Comments
Hi @bhargav015 |
@mellahysf unfortunately I still not get any solution |
@bhargav015 sorry for delay. Why do you try to import it as a module instead of a direct way - using dependencies in your gradle file? |
@morfeusys first I used it as a gradle dependency only. But at that time, I am not able to get the callback for SpeechToText.Event.EmptyRecognitionResult As per the comments written in library classes, when it not detect any speech in specified interval of time that is 10 seconds then EmptyRecognitionResult will get called. So in this callback I want to start the recognition again. But I am not getting that callback and hence I need to be imported as a module. Otherwise please guide me why I am not getting that callback when speech not recognized in specified time. Please suggest some way its an urgent task |
@morfeusys also SpeechStartDetected and SpeechEndDetected also not getting fired. Just to let you know I am using GCP for TTS and STT. Here is my code aimyboxSttEvents = launch { |
@morfeusys And one more important thing I need to understand is I have one single instance of Aimybox at application level and I want to call that from 2 different activities. then how to pause and resume while switching from one activity to another While trying I frequently get an exception like 'the call was already half-closed'. Please suggest me a proper way how to switch the activities that both using the same instance of Aimybox |
@morfeusys can you tell me how to completely destroy aimybox instance ? |
@morfeusys can I get some soultion for this issue? as it is very urgent for me |
I am trying to import a project as a module in my project, but when I try to do this I am getting below error:
failed core/build.gradle.kts Unresolved reference: justai Unresolved reference: justai Unresolved reference: configureProject Unresolved reference: createMavenPublication Unresolved reference: isLibrary Unresolved reference: publishToBintray Unresolved reference: configureAndroid Unresolved reference: Android Unresolved reference: Kotlin Unresolved reference: Kotlin Unresolved reference: Version Unresolved reference: Version Unresolved reference: Version Unresolved reference: Version Script compilation errors:
And here is the screenshot

The text was updated successfully, but these errors were encountered: