Whisper Assistant: Your Voice-Driven Coding CompanionWhisper Assistant is an extension for Visual Studio Code that transcribes your spoken words into text within the VSCode editor. This hands-free approach to coding allows you to focus on your ideas instead of your typing. Whisper Assistant can also be integrated with other powerful AI tools, such as Chat GPT-4 or the Cursor.so application, to create a dynamic, AI-driven development environment. Powered by OpenAI WhisperWhisper Assistant utilizes the Whisper AI locally, offering a free voice transcription service. By default, the base model of Whisper AI is used, balancing accuracy and performance. You can select a different model in the extension settings, but remember to download your chosen model before using Whisper Assistant. Failure to download the selected model can lead to errors. The base model is recommended and set as default. For more details about Whisper, visit the Whisper OpenAI GitHub page. Getting Started: Installation InstructionsTo install and setup Whisper Assistant, follow these steps:
How to Use Whisper Assistant
Once initialization is complete, a quote icon will appear in the bottom right status bar.
Tip: A good microphone will improve transcription accuracy, although it is not a requirement. Tip: For an optimal experience, consider using the Cursor.so application to directly call the Chat GPT-4 API for code instructions. This allows you to use your voice to instruct GPT to refactor your code, write unit tests, and implement various improvements. Using Whisper Assistant with Cursor.soTo enhance your development experience with Cursor.so and Whisper Assistant, follow these simple steps:
By integrating Cursor.so with Whisper Assistant, you can provide extensive instructions without the need for typing, significantly enhancing your development workflow. Customizing the Keyboard ShortcutTo customize the keyboard shortcut for toggling recording with Whisper Assistant, follow these steps:
DisclaimerThis extension is a fork of the original: https://github.com/martin-opensky/whisper-assistant-vscode I created it to play with whisper and vs code extensions a bit |