I have a demo robot from 3 years ago that I use in class. (It worked great back then.) I have just updated the hardware to the current Control Hub and Driver Hub combo, along with updating firmware, OS and apps. I was surprised to find that my app basically runs. But I have a few incompatibilities to adapt to the newer FIRST environment.
I'm starting with AndroidTextToSpeech... The speaker does make a click like an audio subsystem is being initialized, but no voice comes out.
Questions:
1. Can AndroidTextToSpeech still work, or is it obsolete/non-functional? (If so, does anyone remember what changed? What the new requirements are?)
2. I see the new telemetry.speak(), but I can't find any documentation on it. Can anyone point me to doco for this? (Specifically looking to analyze how it differs from AndroidTextToSpeech, what it's benefits or limitations are.)
Thanks in advance for any help or modern examples.
I'm starting with AndroidTextToSpeech... The speaker does make a click like an audio subsystem is being initialized, but no voice comes out.
Questions:
1. Can AndroidTextToSpeech still work, or is it obsolete/non-functional? (If so, does anyone remember what changed? What the new requirements are?)
2. I see the new telemetry.speak(), but I can't find any documentation on it. Can anyone point me to doco for this? (Specifically looking to analyze how it differs from AndroidTextToSpeech, what it's benefits or limitations are.)
Thanks in advance for any help or modern examples.
Comment