Skip to content

A small task tray utility to trigger whisper audio2text on hotkey and type it.

Notifications You must be signed in to change notification settings

hudbrog/whisperer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisperer

License: MIT .NET Version

Whisperer is a Windows desktop application written in C# and built on the .NET framework. It uses the OpenAI API to transcribe audio and simulate typing the transcribed text. The application is designed to run in the background and can be controlled using a global hotkey.

Built with AI

Whisperer is primarily built using AI models. I've used OpenAI ChatGPT and Phind to write 99% of the code. I haven't written anything for Windows or using .NET for over 20 years, so if you think that this application is ugly or architecturally wrong, I have nothing to do with that. It's all AI.

Features

Audio recording: Whisperer can record audio when a global hotkey is pressed. Audio transcription: The recorded audio is sent to the OpenAI API for transcription. Text simulation: The transcribed text is then simulated as if it were being typed by the user. Configuration: The application includes a configuration form where users can set their API key and other settings.

Contributing

Contributions to Whisperer are welcome. Please open an issue to discuss your proposed changes before making a pull request.

License

Whisperer is licensed under the MIT License. See the LICENSE file for more details.

About

A small task tray utility to trigger whisper audio2text on hotkey and type it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages