Need help to TTS

I need help, I need TTS to read the first line (number 1) and not read the second line (number 2). I can’t figure out how to do it correctly and I will be glad if someone helps with this.

Exemple:
Front
House 1
The house is big and beautiful 2

==========================
Back
“Translate”

1 Like

You can set that up in your card template by adding TTS commands to the field replacement for the text on line 1, but don’t add them for the text on line 1. Field Replacements - Anki Manual

The same syntax will work in AnkiDroid as work in desktop Anki, but you will need to see what voices are available to you on that device.

So your front template might look something like:

{{tts en_US:word}}
<br>
{{sentence}}
1 Like

As far as I know it’s only possible to select fields to read and can’t choose certain lines within a field.

This will read the whole front field in french in amelie voice or if you downloaded the premium version audrey.

{{tts fr_FR voices=Apple_Audrey_(Premium),Apple_Amélie:Front}}

If you have both lines in front field and just want to read one of them you will have to split them up into two fields I think. At least I am not aware of any workaround.

To see all available pre downloaded voices add this to the html of your front {{tts-voices:}}

I had a similar problem like you that i put multiple things in one field but learned to put everything in a separate field in order to better modify my cards if needed.

1 Like