Currently AnkiDroid is able to get the text from TTS tags from the backend, but the code is not currently set up to feed the text into the TTS engine. controlSound() needs to be updated to do that, and the @BlocksSchemaUpgrade() line should be removed. We'll also need to ensure the text plays correctly by default, and not just when a play icon is clicked on.
Currently AnkiDroid is able to get the text from TTS tags from the backend, but the code is not currently set up to feed the text into the TTS engine. controlSound() needs to be updated to do that, and the
@BlocksSchemaUpgrade()line should be removed. We'll also need to ensure the text plays correctly by default, and not just when a play icon is clicked on.