https://github.com/harishkotra/voice-to-text-ionic
Ionic Framework example app for both iOS and Android to convert voice to text on the fly.
https://github.com/harishkotra/voice-to-text-ionic
cordova cordova-android cordova-android-plugin ionic ionic-framework ionic2-examples ionic3 speech-recognition speech-to-text
Last synced: 11 months ago
JSON representation
Ionic Framework example app for both iOS and Android to convert voice to text on the fly.
- Host: GitHub
- URL: https://github.com/harishkotra/voice-to-text-ionic
- Owner: harishkotra
- Created: 2018-03-25T03:18:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T03:34:31.000Z (about 8 years ago)
- Last Synced: 2025-04-17T00:18:06.320Z (about 1 year ago)
- Topics: cordova, cordova-android, cordova-android-plugin, ionic, ionic-framework, ionic2-examples, ionic3, speech-recognition, speech-to-text
- Language: CSS
- Size: 1.33 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice to Text App using Ionic Framework
This is a working example app for iOS and Android using Ionic Framework to convert voice to text on the fly.
- iOS doesn't end speech recognition by itself. Which is why we need a button to stop listening to the user.
- Uses cordova-plugin-speech-recognition
### Demo

### Installation
This app requires [Node.js](https://nodejs.org/) v7+, cordova and ionic framework to run.
Install the dependencies and build the app.
```sh
$ git clone this repository
$ cd app-folder-name
$ npm install -d
$ ionic cordova platform add android/ios
$ ionic cordova run/build android
```
**Free Software, Hell Yeah!**
**Credits:** Built using this [tutorial](https://ionicacademy.com/ionic-speech-recognition/)