rmusser01 / tldw

tl/dw (Too Long, Didn't Watch): Your Personal Research Multi-Tool - a naive attempt at 'A Young Lady's Illustrated Primer'
Apache License 2.0
330 stars 11 forks source link

Enhancement: Add support for transcription of plain audio files #67

Closed rmusser01 closed 4 months ago

rmusser01 commented 5 months ago

As a user, I would like to be able to transcribe various audio files that I may have.

I would like to be able to transcribe said audio files through using the GUI and CLI, where I submit only an audio file, and receive back the transcript text, as well as optionally having said transcript ingested and stored within the database.

As a user, I should be able to browse to the GUI, select the Audio-only Transcription tab, and proceed to select my local (or remote) audio file for transcription, and subsequently have it displayed for download, and also optionally ingested.

I should also have the option of having the generated transcript summarized.

rmusser01 commented 4 months ago

Done. Added the other night with the refactor. Can pass in audio files like you would a video file. Need to add the full list of supported formats thanks to ffmpeg. But at the least, you can now transcribe/summarize your podcasts offline.

Will keep this issue open until the GUI tab/option is added as well for an HTTP link to a hosted audiofile.