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
- .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.
- Clone the Repository:
git clone https://github.com/<your-username>/OverlayCaptions.git cd OverlayCaptions dotnet run
- 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.
