Dear team,
The plugin looks very nice and I have started using for my android project.
But unfortunately it not working after repeated debug of problem, I found in
SpeechSynthesizer.android.js file there is no native code invocation for TTS speech
SpeechSynthesizer
'use strict';
var warning = require('warning');
var SpeechSynthesizer = {
test: function() {
warning("Not yet implemented for Android.");
}
};
module.exports = SpeechSynthesizer;
Please confirm the same.
thanks
Dear team,
The plugin looks very nice and I have started using for my android project.
But unfortunately it not working after repeated debug of problem, I found in
SpeechSynthesizer.android.js file there is no native code invocation for TTS speech
SpeechSynthesizer
'use strict';
var warning = require('warning');
var SpeechSynthesizer = {
test: function() {
warning("Not yet implemented for Android.");
}
};
module.exports = SpeechSynthesizer;
Please confirm the same.
thanks