{% extends "base.html" %} {% block title %}{{ recording.title }} — Transcribe Studio{% endblock %} {% block head %} {% endblock %} {% block page_header %} {% include "partials/recording_header.html" %} {% endblock %} {% block content %}
Quick guide
  1. Divide the audio into chunks below (by length or count) — we cap splits so the list stays manageable
  2. Click a chunk on the wave, then describe the speaker and type what was said verbatim
  3. If two people talk at once, use Add speaker at same time — each gets their own row, same timestamps
  4. Times are in milliseconds — use hotkeys below to move and listen
Keyboard shortcuts (press ? to toggle)

Playback

SpacePlay / pause selected chunk
Shift+SpacePlay / pause full audio
CPlay selected chunk from start
Skip back 2 seconds
Skip forward 2 seconds
Shift+ Skip 5 seconds

Segments

[ JPrevious segment
] KNext segment
Ctrl+SSave current segment
DeleteDelete current segment
EscClose editor panel

Waveform

+ =Zoom in
-Zoom out
0Fit wave to view

Chunk speed

< ,Slower
> .Faster

Shortcuts work when you're not typing in a text field. Ctrl+S saves even while typing.

No segment selected
0:00.000 / 0:00.000
Chunk speed
50px/s

Scroll the wave horizontally · click a chunk to edit

Divide into chunks

Split the recording into equal pieces (max 150). You still fill in speaker & transcript for each chunk.

Click a blue segment on the wave to edit it.

Segments 0

{% endblock %} {% block scripts %} {% endblock %}