speech-and-text-unity-ios-android icon indicating copy to clipboard operation
speech-and-text-unity-ios-android copied to clipboard

Speed to text in Unity iOS use Native Speech Recognition

Results 44 speech-and-text-unity-ios-android issues
Sort by recently updated
recently updated
newest added

Hey guys! I was able to integrate the plugin into my on my iPhone - there's one thing I am curious about. As I am using the German language, some...

I am trying to build it on my IPAD, but the build is failing. I am using iOS 14 and using XCode 13.3

When i am trying to use Speech To Text in My app. Am getting this error. java.lang.ClassCastException: com.unity3d.player.UnityPlayerActivity cannot be cast to com.starseed.speechtotext.MainActivity **java.lang.ClassCastException: com.unity3d.player.UnityPlayerActivity cannot be cast to com.starseed.speechtotext.MainActivity**...

The recording doesn't stop immediately but it stay recording for a while until the room quiet and it will stop ``` public void OnPointerDown(PointerEventData eventData) { talkResults.StartRecording(); } public void...

@j1mmyto9 @campbell-codes @jack19910609 @elblogbruno @calvma First! Thank you for the project! Android build. Unity 2021.1.13f1 I've copied all files from the repository to my project and load the SampleScene. Made...

Got it working fine for my Android phone but when using it for Oculus after putting in logs the callbacks for OnStopRecording() never get triggered.

Maybe a dumb question but I tried using it on oculus Quest 2 with Oculus integration Everything else in the scene works except this one. The button just keeps animating...

Does anyone have any solutions for working this is IOS 15? for below IOS15, it's working great. When trying to build in ISO 15 the app is stuck at starting....

Trying to build to iOS 15 from Xcode 12.4. It builds and runs and works perfectly for 14.4.2, but with 15, it behaves weirdly. Some times it recognizes speech, other...