Skip to content

coolCatalyst/desktop-live-caption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

desktop-live-caption

Transcribe desktop audio/computer audio in real-time and locally (Streaming ASR), using TorchAudio and Emformer-RNNT model.

  • Reimplemented stream reader using PyAudio rather than torchaudio.io. Thus no need for ffmpeg.
  • Asynchronous data transfer via a thread-safe queue.
  • Minimalist GUI to display transcriptions, built with Tkinter.

There are greate models like OpenAI's Whisper to transcribe audio, but they can't do it in real-time.

And there are some apps which transcribe microphone audio, but they can't do it to desktop audio.

This project, however, transcribes any video or audio playing on your computer in real-time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages