Skip to content

antirek/witai-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

witai-speech

Wit.ai speech recognition

Install

npm install witai-speech [--save]

Usage

var witai_speech = require('witai-speech');

var ACCESS_TOKEN = "6SQV3DEGQWIXW3R2EDFUMPQCVGOEIBCR";

witai_speech.ASR({
  file: 'demo.wav', 
  developer_key: ACCESS_TOKEN
  }, function (err, res) {
    console.log(err, res);
  });

About

Wit.ai speech recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published