GitHub - hoavk/Speech-And-Text-Unity-iOS-Android: Speed to text in Unity iOS use Native Speech Recognition · GitHub
Skip to content

hoavk/Speech-And-Text-Unity-iOS-Android

 
 

Folders and files

Repository files navigation

Speech And Text in Unity iOS and Unity Android

Speed to text and text to speed in Unity iOS and Unity Android I have provide all java and object c source. you can know how it work, optimization, or add any features

Native Speech and Text

Android

  • Hide default android popup, there's a bool to enable and disable if you don't want the popup to show up.
class SpeechToText
{
      public const bool isShowPopupAndroid = false;
      ...
  • Merge file AndroidManifest (If you want skip the default popup)

Tutorial Config in Xcode

  • Requires Xcode8 or higher. Target iOS 10.0

  • Add farmwork

    - speech.farmwork
    - AVFoundation.framework
    
  • Add permission

    - Privacy – Microphone Usage Description      
    - Privacy – Speech Recognition Usage Description
    

About

Speed to text in Unity iOS use Native Speech Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • C# 49.1%
  • Java 27.9%
  • Objective-C++ 22.5%
  • Objective-C 0.5%