HenestrosaDev / audiotext

A desktop application that transcribes audio from files, microphone input or YouTube videos with the option to translate the content and create subtitles.
Other
112 stars 10 forks source link

Multiple file support #13

Closed Quidam2k closed 1 month ago

Quidam2k commented 3 months ago

Overview

Allow more than one file to be selected for transcription.

Add a checkbox to skip files that already have transcriptions.

Add the ability to have it monitor a list of folders periodically and transcribe everything in them.

HenestrosaDev commented 3 months ago

Thanks for your suggestions. I'll have to think about them, because I don't see how they can be implemented in Audiotext, since they go against the premise of generating the transcription of an audio, displaying it in the text box, and then letting the users save it whenever they want. I think it would be more appropriate to write a command line program for this using WhisperX, which is something that I would be willing to do.

However, as I said, I'll try to find a way to implement it in Audiotext, although it's unlikely.

Quidam2k commented 3 months ago

Ah, sorry, hadn't realized the premise what that specific. I'll look for another repo or, as you said, just put together a command line script. Thanks for the response!

HenestrosaDev commented 1 month ago

I've just released a new version that supports transcriptions of entire directories. Check it out to see if it does what you are looking for. I need to add the "checkbox to skip files that already have transcriptions", although I don't plan to include "the ability to have it monitor a list of folders periodically and transcribe everything in them".

HenestrosaDev commented 1 month ago

Feature added in #27. I ended up not adding an option, but handling the logic internally. See the Transcribe From section of the README for more information.