Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make this a VS Code extension. #170

Open
arunkr93 opened this issue Aug 27, 2024 · 1 comment
Open

Make this a VS Code extension. #170

arunkr93 opened this issue Aug 27, 2024 · 1 comment

Comments

@arunkr93
Copy link

This needs to be like ClaudeDev. This has an unnecessarily long installation process.

Stevo-G-Swag added a commit to Stevo-G-Swag/claude-engineer that referenced this issue Oct 28, 2024
Fixes Doriandarko#170

Implement the `getMicrophone` and `voiceInput` functions in `vscode/extension.js` to handle microphone access and voice input.

* **Microphone Access:**
  - Implement `getMicrophone` function using `navigator.mediaDevices.getUserMedia` API.
  - Add error handling for denied microphone access.
  - Provide user feedback for microphone access status.

* **Voice Input:**
  - Implement `voiceInput` function to handle voice input using recognizer and microphone.
  - Add logging for voice input operations.
  - Display messages to the user when voice input starts and stops.

* **Deactivate Function:**
  - Update `deactivate` function to stop microphone tracks.
  - Provide user feedback when the microphone is stopped.

* **Dependencies:**
  - Add `@google-cloud/speech` dependency in `vscode/package-lock.json`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Doriandarko/claude-engineer/issues/170?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@arunkr93 and others