Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTimeCaptionOverlay

A real-time captioning application that just captures audio from your system and then displays the live transcription as text overlays. This project utilizes Vosk's training model for speech recognition and NAudio for capturing audio input. All required nuget packages are pre-installed so no external dependencies needed! clone-and-play

Requirements

  • .NET 6.0 or later
  • Vosk Model: A Vosk speech recognition model (e.g., vosk-model-small-en-us-0.15).
  • NAudio: For capturing system audio.

Installation

  1. Clone the Repository:
    git clone https://github.com/<your-username>/OverlayCaptions.git
    cd OverlayCaptions
    dotnet run
    

Demo

Watch the video

Run Application

  • The application will start capturing audio from your system immediately upon launch.
  • The transcriptions will appear on your screen, updated in real time.
  • To move the caption window, click and drag it.

About

A simple captions overlay when streaming shows

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages