You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playback link test (Settings → Voice training → Playback link): synthesizes a sentence and plays it for real on the current device through two paths in sequence — ① Web Audio (AudioContext) and ② HTML <audio> media element — then asks which one produced sound. The tap gesture also unlocks the iOS audio context. Results are written to the voice log. Use it to verify TTS on any device and to diagnose iOS silent-switch behavior (web audio is muted by the iOS silent switch by design).
Fixes
iOS/iPadOS TTS silence: the AudioContext is now a shared instance created and resumed inside user gestures (🎤 press-to-talk / send button), so examiner replies can be spoken on iPad.
If playback still detects a suspended audio context, a notice now points the user to the playback test instead of failing silently.