1.0.2 • Published 7 years ago

ember-cli-microsoft-speech-shim v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

ember-cli-microsoft-speech-shim

Integrate Speech-to-Text in your Ember application using Microsoft Speech API from Cognitive Services.

Microsoft Cognitive Services Microsoft Cognitive Services let you build apps with powerful algorithms to see, hear, speak, understand and interpret our needs using natural methods of communication, with just a few lines of code

This particular addon uses the Bing Speech API

It simply acts a shim to make their npm package microsoft-speech-browser-sdk available in your ember app as Speech.Browser.Sdk

Usage:

import * as speechSdk from 'Speech.Browser.Sdk'

See the dummy application for more details.

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-microsoft-speech-shim
  • npm install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.