-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a way to get the SpeechKITT as require('speechKITT')? #33
Comments
@sayeko have you finded a way to the issue ? |
I didn't try to find a solution, but I think the best way you can handle it is to load the script and listen when it fully loaded then fire event to your application and create a service that will wrap speechKITT. |
@sayeko , I've heard that Speech reconiztion have beed removed form tools likes electron/chromnium... :( |
@MxMGirou I did not hear about removing voice recognition api from chrome.. Github.com/sayeko/carolina |
@sayeko Yes, i saw that. I will look at it thank you ;) |
For fixing the issue you have to add the right path in your package.json: A work around is to import the package with the full path, something like |
@maximusmars thanks. Though |
There is a way to get the SpeechKITT as require('speechKITT')?
Expected Behavior
const SpeechKITT = require('speechKITT');
The text was updated successfully, but these errors were encountered: