feat: Implement core real-time interaction capabilities for Gemini API#32
Open
vizvasrj wants to merge 1 commit intogoogleapis:mainfrom
Open
feat: Implement core real-time interaction capabilities for Gemini API#32vizvasrj wants to merge 1 commit intogoogleapis:mainfrom
vizvasrj wants to merge 1 commit intogoogleapis:mainfrom
Conversation
This commit introduces the fundamental features for real-time communication with the Gemini API, encompassing: - Real-time audio streaming: Enables bidirectional audio interaction using microphone input and API responses. - Real-time video streaming (camera and screen capture): Allows streaming video from either a webcam or the screen, configurable via the `MODE` environment variable. Includes image resizing and encoding for efficient transmission. - Text-based prompt functionality: Implements the ability to send text prompts to the Gemini API via the command line. - Graceful shutdown mechanism: Ensures proper cleanup of audio and video resources, including closing streams and websocket connections, upon application exit. - Initial README documentation: Provides a comprehensive guide on project setup, configuration, and usage examples for various modes.
Author
|
any one going to review his? |
Contributor
|
Thank you for your contribution. This repository is not yet open for external contributions. We will update once we have established a process for accepting pull requests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces the fundamental features for real-time communication with the Gemini API, encompassing:
MODEenvironment variable. Includes image resizing and encoding for efficient transmission.