jbienzms / SpeechAndText_Unity_iOS_Android

Speed to text in Unity iOS use Native Speech Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
class SpeechToText
{
      public const bool isShowPopupAndroid = false;
      ...

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


Languages

Language:C# 41.8%Language:Java 33.3%Language:Objective-C++ 24.4%Language:Objective-C 0.6%