speech-and-text-unity-ios-android
speech-and-text-unity-ios-android copied to clipboard
Speed to text in Unity iOS use Native Speech Recognition
Is it possible with the plugin? Since iOS v13 allows for predominately local processing: https://developer.apple.com/documentation/speech https://medium.com/better-programming/ios-speech-recognition-on-device-e9a54a4468b5 Possibly faster then on the cloud?
Greetings and thank you for this project. Is there any possible way to get the recorded speech in an AudioClip? I would like to use the speech to text functionality...
there is no errors in unity editor. when i build it on my android phone(android 9). the speech to text function detect nothing even i tick the "is show popup...
Some information: - Unity version 2019.4.40f1 - Tested on os Android 11 aarch64 If **isShowPopupAndroid = true** it's working fine, but if **isShowPopupAndroid = false** it's not working: > None...
This pull request focuses on crucial updates and improvements in the Android Studio project, specifically addressing issues and enhancing error handling in the `MainActivity` class. ## Changes: ### Gradle Configuration:...
Build completed with a result of 'Failed' in 9 seconds (8544 ms) 3 errors #0 GetStacktrace(int) #1 DebugStringToFile(DebugStringToFileData const&) #2 DebugLogHandler_CUSTOM_Internal_Log(LogType, LogOption, ScriptingBackendNativeStringPtrOpaque*, ScriptingBackendNativeObjectPtrOpaque*) #3 (Mono JIT Code) (wrapper managed-to-native)...
The build works fine in local test device, but when I'm trying to archive the project I'm getting this error after awaiting validation response from Apple Store Connect. I have...
I can see the voice recognization works in the console but not updating on the scene I make, does anyone know why? I also tried using TMP_Text and InputField_TMP [SerializeField]...
Can we transform speech to text in real time?