v0.3.1
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