yuka-friends / Windrecorder

Windrecorder is a memory search app by records everything on your screen in small size, to let you rewind what you have seen, query through OCR text or image description, and get activity statistics.
GNU General Public License v2.0
2.87k stars 121 forks source link

feat: Audio to txt search lookup #195

Open fxk0 opened 2 months ago

fxk0 commented 2 months ago

It would be cool if the audio feature had a text output option so it could easily look up any spoken words or phrases in the computer's audio recordings where it can be transcribe when rendering.

Antonoko commented 2 months ago

Although audio recording and subtitle transcription have not yet been developed, there still a workaround for now: when you want to record audio content for retrieval, you can turn on the live captions function of Windows, then it would be recorded through OCR. image

morningstar2213 commented 2 weeks ago

@Antonoko Look into https://screenpi.pe/ or https://github.com/mediar-ai/screenpipe

See if you can enhance it etc.

It has audio capture too, might be a way to implement that and more with Windrecorder exponentially.

Lots of fun.