Closed edolis closed 1 year ago
Hello! 👋 Thanks for logging this issue. Please remember we are all volunteers here, so some patience may be required before we can get to the issue. Also remember that the fastest way to get resolution on an issue is to propose a change directly, https://github.com/ankidroid/Anki-Android/wiki/Contributing
Just a temporary solution which have worked for me in other situations is using the
thanks - not sure if I understand though. If the goal is having no TTS on the back, I can just select No Speech when prompted for the language selector on the back card. Is your solution going to have the тактика word pronounced, instead?
I think I don't understand the problem now. The issue that I encountered was different actually. Here I thought you do not want everything from the back of the card converted to speech. But "No Speech" option wasn't working. Anyways, I see your code uses tts on {{Front}}. But it's used on the back template. Why don't you try including the field that contains the Ukrainian word in the back template and use tts on that?
the Front field is the one spacifying the word Taktika. Even if I change it to Back (conceptually wrong, as Back contains Tactics) the problem is the same, unfortunately.
the Front field is the one spacifying the word Taktika. Even if I change it to Back (conceptually wrong, as Back contains Tactics) the problem is the same, unfortunately.
You are not being clear. What did you change in the back? What has happened this time? Did the tts converted everything in the back to speech again? Correct me if I am wrong but you don't seem to understand. I suggested you not to use tts on the Front field even if it contains Taktika. Have a second Taktika at the back of your card (you can make it transparent if you want) and use tts on that.
I don't know if this will work but you can also try using tts tag on things you don't want in speech. Just specify the play speed as zero. This is stupid and I've never tried it really. But you need to be crazy enough to be innovative. So try it anyway.
Edit: @edolis I'm not a programmer so maybe you are clear but I don't understand. All I know is basic html from school.
Issue is unclear. If it persists after 2.17 (alpha) is released, please create a new issue.
Checked for duplicates?
What are the steps to reproduce this bug?
I am trying to use the TTS tag to render a Back field according to the instructions provided in the manual. I am using a Basic:type flashcard and I need to have TTS render the pronunciation in Ukrainian of the "Front" word (in the example "Taktika" This is the template I am using for the card:
Expected behaviour
I'd expect the TTS be rendered just for the workd Taktika
Actual behaviour
The TTS engine starts syntethizing in Ukrainian all the text following Taktica instead (from the IPA pronunciation to the end of etymology)
Debug info
(Optional) Anything else you want to share?
No response
Research