Skip to content

0.1.3

Choose a tag to compare

@virbird virbird released this 09 Aug 02:29
· 24 commits to main since this release

New

  • 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.