Anders Borg

Results 53 comments of Anders Borg

@rhclayto The icon statements are used for app icons, not notification icons, that are much smaller. So, do you mean the app icons are automatically used (and scaled down) for...

I have the same issue in iOS. Android works fine. initialize doesn't generate any callback. I've tried both with and without a promise (not sure why a promise is needed),...

Something is wrong here: This works on iOS: bluetoothle.initialize(resolve, { }); This does not (no callback): bluetoothle.initialize(resolve, { request: false, statusReceiver: false });

1.5 works on iOS, but sometimes it speaks with a very high speed, despite the same setting every time.

It sounds reasonably that 1 should always be a certain tried out "normal speaking rate". Any TTS plugin that's more trusted / more up-to-date?

Only Android though. My problem with speed-ups is with iOS. The Nuance TTS is great, and I've used it for native Android. Maybe it makes the app huge though. Will...

With cordova-plugin-tts#b25e7ac I get too slow speech on Android and incomprehensibly fast on iOS (the same speed as when 0.2.3 freaks out). Both use rate set to 1. Did you...

It's not a solution, at least not for me: If I at all set rate it will sometimes speed up to maximum rate. It's hilarious to listen to, but not...

Update: If I never set custom values, but only 0.7 or 2, it works. I will simply not allow custom rates from now on. Thanks!

Thanks. That might come in handy. I have my own queue system for TTS, to avoid over-runs. I figure that's part of this code too.