Skip to content

feat: Implement core real-time interaction capabilities for Gemini API#32

Open
vizvasrj wants to merge 1 commit intogoogleapis:mainfrom
vizvasrj:stream-realtime
Open

feat: Implement core real-time interaction capabilities for Gemini API#32
vizvasrj wants to merge 1 commit intogoogleapis:mainfrom
vizvasrj:stream-realtime

Conversation

@vizvasrj
Copy link
Copy Markdown

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.

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.
@vizvasrj
Copy link
Copy Markdown
Author

vizvasrj commented Jan 5, 2025

any one going to review his?

@qiaodev
Copy link
Copy Markdown
Contributor

qiaodev commented Jan 5, 2025

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.

@Sivasankaran25 Sivasankaran25 self-assigned this Sep 29, 2025
@Sivasankaran25 Sivasankaran25 added the api:gemini-api Issues related to Gemini API label Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api:gemini-api Issues related to Gemini API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants