cordova-plugin-tts icon indicating copy to clipboard operation
cordova-plugin-tts copied to clipboard

TTS Where can the pitch be adjusted?

Open nosz opened this issue 6 years ago • 0 comments

I can change the options: text, locale and rate. Where can the pitch be adjusted? Is for the change the pitch a different plugin needed?

TTS .speak({ text: 'hello, world!', locale: 'en-GB', rate: 0.75 }).then(function () { alert('success'); }, function (reason) { alert(reason); }); }, false);

nosz avatar Jun 13 '18 12:06 nosz