You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixesDoriandarko#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).
This needs to be like ClaudeDev. This has an unnecessarily long installation process.
The text was updated successfully, but these errors were encountered: