-
Notifications
You must be signed in to change notification settings - Fork 37k
added voice chat listening duration feature #197801
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
Conversation
@microsoft-github-policy-service agree |
src/vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.ts
Outdated
Show resolved
Hide resolved
|
I have changed the mentioned lines and I have done it so in a way that in future more options can be added easily. |
bpasero
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I added the requested feature to either disable or increase the length of voice input duration, for this issue #197464.
Although I have implemented the said feature I couldn't have tested it because there is no microphone option when building locally.