Skip to content

Commit

Permalink
implement word_timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
chainyo committed Jun 7, 2023
1 parent c99a717 commit 35d8d0e
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 25 deletions.
2 changes: 1 addition & 1 deletion wordcab_transcribe/services/asr_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async def process_input(
"dual_channel": dual_channel,
"source_lang": source_lang,
"timestamps_format": timestamps_format,
"word_timestamps": False, # TODO: Implement word timestamps, False for now
"word_timestamps": word_timestamps,
"post_processed": False,
"transcription_result": None,
"transcription_done": asyncio.Event(),
Expand Down
Loading

0 comments on commit 35d8d0e

Please sign in to comment.