I am using anking notetypes and I have my tts speed set to 1.8. On my mac, the speed is 1.8 but on my iphone it is way faster (seems like 3.0). How do I fix this? Version āØ25.09.2 (mac), Version 25.09 (ios).
Search
Found 0 results for ātags:official TTS speed Mac iPhone AnkiHub category: Support order:latest max_posts:10 status:openā
On Anki/AnkiHub cards, TTS speed is ultimately controlled by Ankiās textātoāspeech engine on each device, and iOS and macOS do not interpret speed values identically. So even though you set speed=1.8, your iPhoneās system TTS can end up playing noticeably faster than your Macās.
A few things to try/keep in mind:
Confirm voices exist on both devices
On macOS and iOS, make sure both:
Apple_Samantha
Microsoft_Zira
are actually installed and available.
If one of them is missing on a device, Anki may silently fall back to another voice, which can have a different baseline speed.
If 1.0 is already faster on iOS than on Mac, that confirms itās a platform difference rather than your template.
Adjust speed specifically for mobile
Thereās no perādevice TTS speed setting inside AnkiHub itself, but you can:
Pick a compromise speed (e.g. speed=1.2ā1.4) that feels acceptable on both.
Or create a separate mobileāspecific field or template (more advanced) that uses a lower speed only on iOS and keep 1.8 for desktop.
Check Anki / iOS TTS settings
In iOS Settings ā Accessibility ā Spoken Content, see if thereās a system speech rate set faster than default; that may affect the TTS engine Anki calls.
On Mac, check any system TTS/speech settings as well.
Limitations
At the moment, Anki/AnkiHub canāt force the system TTS engines on different platforms to behave identically; some discrepancy is expected.
AnkiHub doesnāt add extra control over platformāspecific TTS speedāit just syncs the template you already have.
If youād like help crafting a mobileāspecific version of your TTS field/template (while still staying compatible with the AnKing notetype and AnkiHub sync), let me know which card type youāre using (e.g. Cloze, AnKing Overhaul, etc.) and I can suggest a minimal, safe change.
Or create a separate mobileāspecific field or template (more advanced) that uses a lower speed only on iOS and keep 1.8 for desktop. How do i do this?
You can approximate ādifferent speed on mobile vs desktopā by:
Making a second field for mobile audio, and
Using a conditional in your template so that:
Desktop uses your current Text field with speed=1.8
iPhone uses a second field with a lower speed (e.g. speed=1.0)
Because Anki canāt actually detect āmobile vs desktopā in templates, the usual workaround is: you only fill the mobile field when you want the slower version, and you rely on conditional replacements.
Step 1 ā Add a āmobile textā field to your notetype
On your computer:
Go to Tools ā Manage Note Types.
Select your AnKing Cloze notetype ā click Fieldsā¦.
Click Add ā name it something like Text_Mobile (or TTS_Mobile).
Click Close and Close again.
Sync with AnkiWeb/AnkiHub and then sync your iPhone so this new field exists everywhere.
Step 2 ā Adjust the card template
On desktop:
Open Browse.
Select a card of this type.
Click Cards⦠to edit the template.
On the Front Template, replace your current TTS line:
If Text_Mobile is filled ā use it at speed 1.0 (slower; youāll use this on iPhone).
If Text_Mobile is empty ā fall back to your original Text at speed 1.8 (desktop).
Click Save, then Close, then sync ā sync iPhone.
Step 3 ā How to use it in practice
On desktop: keep using your normal Text field. Leave Text_Mobile empty ā you get speed 1.8.
If a card is too fast on iPhone:
Edit that note.
Copy the cloze text from Text into Text_Mobile.
Optionally slightly tweak wording (e.g. remove extra text) if you want.
On iPhone and Mac, both devices will now play Text_Mobile at the slower speed, because the template prioritizes it when itās filled.
If you tell me the exact name of your AnKing notetype (e.g. āAnKing v12 Clozeā) and confirm whether youāre comfortable editing templates, I can tailor the exact code to your specific note type and card template layout.