Commit Graph

4 Commits

Author SHA1 Message Date
Elf M. Sternberg 674819baeb Wrap transcription attempt in a try/except
If the audio file is empty or has no discernable human voices, the
transcription may fail with an exception.  Record that when it happens
and move continue to the next file, rather than failing.
2022-11-08 10:58:41 -08:00
Elf M. Sternberg b9a173331d Enabled eprint() throughout code.
Enabled both CUDA and CPU modes.
2022-10-13 13:44:20 -07:00
Elf M. Sternberg cf52b3e293 Added verbose mode for "What is it doing?"
Bugfixes:
- Fixed issue with finding a different repo from the default.
- Fixed sort order of transcribed files
- Correctly records last transcribed file (sort issue)
2022-10-13 13:36:12 -07:00
Elf M. Sternberg df95dadc8f A little too to assist with TCD transcription.
This is just a little utility for automatically transcribing the
contents of a personal audio recorder.  I use one for managing
the noise in my ADHD-addled head, and the Whisper speech-to-text engine
makes the transcription very easy.
2022-10-04 10:23:17 -07:00