๐๏ธ Word-Level Timestamps
Upload a WAV audio file โ get word-level timestamps with start/end times. Supports large files (memory-mapped, streamed progress). Handles up to 3 simultaneous transcriptions.
Supported formats: WAV (mono or stereo, any sample rate โ will be resampled to 16kHz)
API users: call via gradio_client.Client("don0726/Whis"), then
job = client.submit(audio_file=handle_file("audio.wav"), language="en", api_name="/api_transcribe") and iterate for event in job: to see
live progress + the final result.
๐ Language