This application records microphone audio, detects silence, and transcribes speech into text using Whisper.net and NAudio. It supports multiple transcription modes: real-time, silence-aware, and WAV-file-based. Use 16Khz Wav’s for a file feeds (FFMPEG).
Category Archives: Uncategorized
Google Gemini API in c#
X64DBG MCP Server Plugin in C# prototype
With the great help of https://github.com/mrexodia/DotNetPluginCS by Adams85 and approx. ~20 hours of coding time I managed to create a starting point for a self-contained MCP Server for x64Dbg. I have some cleaning up of some of the code to do but is a perfect proof of concept of getting this thing to fly. One …
Dynamic library-less MCP server to support use as a plugin (without ASP.net hosting required)
I ended up writing this as the primary MCP library from https://modelcontextprotocol.io/ tends to require ASP.net core hosting. Because of this requirement you are unable to embed that functionality very easily into a DLL that is used for a plugin. I build this POC server that supports .NET framework (not core) so AI can be …