You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
.. | ||
.gitignore | 3 years ago | |
CMakeLists.txt | 3 years ago | |
README.md | 3 years ago | |
emscripten.cpp | 3 years ago | |
libwhisper.worker.js | 3 years ago | |
package-tmpl.json | 3 years ago | |
package.json | 3 years ago | |
whisper.js | 3 years ago |
README.md
whisper.js
Whisper speech recognition
Example Usage
var factory = require('whisper')
factory().then(function(whisper) {
// TODO
});