All Projects → PingAK9 → Speech And Text Unity Ios Android

PingAK9 / Speech And Text Unity Ios Android

Licence: mit
Speed to text in Unity iOS use Native Speech Recognition

Labels

Projects that are alternatives of or similar to Speech And Text Unity Ios Android

Soloud
Free, easy, portable audio engine for games
Stars: ✭ 1,048 (+795.73%)
Mutual labels:  speech
Julius
Open-Source Large Vocabulary Continuous Speech Recognition Engine
Stars: ✭ 1,258 (+975.21%)
Mutual labels:  speech
Delta
DELTA is a deep learning based natural language and speech processing platform.
Stars: ✭ 1,479 (+1164.1%)
Mutual labels:  speech
Sound Source Localization Algorithm doa estimation
关于语音信号声源定位DOA估计所用的一些传统算法
Stars: ✭ 58 (-50.43%)
Mutual labels:  speech
Deepspeech
A PaddlePaddle implementation of ASR.
Stars: ✭ 1,219 (+941.88%)
Mutual labels:  speech
Wavenet Enhancement
Speech Enhancement using Bayesian WaveNet
Stars: ✭ 86 (-26.5%)
Mutual labels:  speech
Dc tts
A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
Stars: ✭ 1,017 (+769.23%)
Mutual labels:  speech
Holobot
HoloBot is a reusable 3D interface that allows HoloLens & VR users to interact with any bot using Mixed Reality & Speech.
Stars: ✭ 114 (-2.56%)
Mutual labels:  speech
Tts
Tools to convert text to speech 📚💬
Stars: ✭ 84 (-28.21%)
Mutual labels:  speech
Audiomate
Python library for handling audio datasets.
Stars: ✭ 99 (-15.38%)
Mutual labels:  speech
Watbot
An Android ChatBot powered by IBM Watson Services (Assistant V1, Text-to-Speech, and Speech-to-Text with Speaker Recognition) on IBM Cloud.
Stars: ✭ 64 (-45.3%)
Mutual labels:  speech
Openasr
A pytorch based end2end speech recognition system.
Stars: ✭ 69 (-41.03%)
Mutual labels:  speech
Gtts
Python library and CLI tool to interface with Google Translate's text-to-speech API
Stars: ✭ 1,303 (+1013.68%)
Mutual labels:  speech
Syn Speech
Syn.Speech is a flexible speaker independent continuous speech recognition engine for Mono and .NET framework
Stars: ✭ 57 (-51.28%)
Mutual labels:  speech
Python Speech recognition
A simple example for use speech recognition baidu api with python.
Stars: ✭ 106 (-9.4%)
Mutual labels:  speech
Stl
The ITU-T Software Tool Library (G.191)
Stars: ✭ 44 (-62.39%)
Mutual labels:  speech
Audio
Data manipulation and transformation for audio signal processing, powered by PyTorch
Stars: ✭ 1,262 (+978.63%)
Mutual labels:  speech
Tfg Voice Conversion
Deep Learning-based Voice Conversion system
Stars: ✭ 115 (-1.71%)
Mutual labels:  speech
Durian
Implementation of "Duration Informed Attention Network for Multimodal Synthesis" (https://arxiv.org/pdf/1909.01700.pdf) paper.
Stars: ✭ 111 (-5.13%)
Mutual labels:  speech
Wikipron
Massively multilingual pronunciation mining
Stars: ✭ 99 (-15.38%)
Mutual labels:  speech

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
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].