Skip to content

v0.3.1

Compare
Choose a tag to compare
@chainyo chainyo released this 07 Jun 19:55
· 258 commits to main since this release
d63237c

TL;DR: Transcription is now on steroids. 2x faster than the actual faster-whisper implementation.

API

  • Add time_and_tell decorator on specific functions to time individual processes on debug=True #77
  • Add a LoggingMiddleware on debug=True #77
  • Add a fallback for dual_channel if the audio file is not stereo #87

Transcription

  • Add quality metrics for the batch process and fallback if the quality is under defined thresholds #89
  • Implement word_timestamps for the batch process #91

Post-processing

  • Fix timestamps format during the post-processing step #86

@chainyo