UNPKG

speech-js

Version:

lib for recognition and synthesis of speech

11 lines (7 loc) 225 B
'use strict'; const synthesis = require('./speecher/synthesis') const recognition = require('./speecher/recognition') const speech = {} speech.synthesis = synthesis speech.recognition = recognition module.exports = speech