Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]