This demo shows synchronized audio playback with word-level transcript highlighting, powered by easytranscriber's transcription output. Press play to see each word highlighted as it is spoken. Click any sentence to jump to that point in the audio.
Want to browse your own transcribed files the same way? Install easytranscriber with search support and point it at your alignment output:
pip install easytranscriber[search]
easysearch --alignments-dir output/alignments --audio-dir data/audio
This starts a local search interface at http://127.0.0.1:8642 with full-text search
across all your transcriptions and the same synchronized playback shown here.