Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

khanhuitse05/speech-and-text-unity-ios-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

100 Commits

Repository files navigation

Speech And Text in Unity iOS and Unity Android

Speech to text and text to speech in Unity iOS and Unity Android

I have provided all Java and Object-C source. You can learn how it works and add optimizations or new features.

Native Speech and Text

Android

  • To hide the default Android popup, there's a bool to enable and disable it, if you don't want the popup to show up.
class SpeechToText
{
 public 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 frameworks

    - speech.farmwork
    - AVFoundation.framework
    
  • Add permissions

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

About

Speed to text in Unity iOS use Native Speech Recognition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10

AltStyle によって変換されたページ (->オリジナル) /