Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemdutt/cordovaspeechtotextsample
This is a sample project for implementing Speech to Text in Cordova Project using pbakondy/cordova-plugin-speechrecognition
https://github.com/hemdutt/cordovaspeechtotextsample
cordova cordova-application cordova-ios cordova-microphone cordova-plugin cordova-speech-to-text cordova-template ios javascript speech-to-text
Last synced: about 20 hours ago
JSON representation
This is a sample project for implementing Speech to Text in Cordova Project using pbakondy/cordova-plugin-speechrecognition
- Host: GitHub
- URL: https://github.com/hemdutt/cordovaspeechtotextsample
- Owner: HemDutt
- Created: 2018-08-02T10:16:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T10:59:13.000Z (over 6 years ago)
- Last Synced: 2023-11-24T15:27:13.171Z (12 months ago)
- Topics: cordova, cordova-application, cordova-ios, cordova-microphone, cordova-plugin, cordova-speech-to-text, cordova-template, ios, javascript, speech-to-text
- Language: Objective-C
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CordovaSpeechToTextSample
## Overview
This is a sample project for implementing Speech to Text in Cordova Project using pbakondy/cordova-plugin-speechrecognition.pbakondy/cordova-plugin-speechrecognition uses Apple's native Speech to Text Api's for the purpose.
For detail description of the plugin and it's use please visit https://github.com/pbakondy/cordova-plugin-speechrecognition
## Usage
This application depends on pbakondy/cordova-plugin-speechrecognition.For implementing Speech To Text in your own Cordova application , install the pbakondy/cordova-plugin-speechrecognition plugin.
Copy code from "CordovaSpeechToTextSample/platforms/ios/www/index.html" from the source code in your own
## Getting Started
The application needs internet connection.Connect iOS device with your Mac OS X and run the project.
Click "Start listening!" button to start the Speech to Text conversion.
Output of conversion will be shown on a alert box.
## Author
Hem Dutt, [email protected]