Commit Graph

8 Commits

Author SHA1 Message Date
Elf M. Sternberg e95ec93509 Moved to PDM 2022-11-08 11:34:52 -08:00
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 34a0b1b639 Revised styling 2022-10-15 06:52:36 -07:00
Elf M. Sternberg 31db875054 Added image to README. 2022-10-15 06:51:18 -07: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
Elf M. Sternberg c1d04940cb Initial commit 2022-10-04 10:22:54 -07:00