rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
44 stars 2 forks source link

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

Closed rmusser01 closed 3 days ago

rmusser01 commented 1 month 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 3 weeks 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.