Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@tw2gem/server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tw2gem/server

WebSocket server for receiving real-time audio streams from Twilio calls and sending them to the Gemini Live API for processing.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@tw2gem/server

A WebSocket server for receiving real-time audio streams from Twilio calls and sending them to the Gemini Live API for processing.

Description

This package serves as the main server component of the tw2gem ecosystem. It receives audio streams from Twilio calls, processes them, and forwards them to the Gemini Live API for AI processing. It integrates multiple components including the Twilio server, audio converter, and Gemini Live client.

Installation

npm install @tw2gem/server

Usage

For detailed usage examples and code samples, please visit our examples repository.

Features

  • WebSocket server implementation
  • Integration with Twilio media streams
  • Audio processing and conversion
  • Gemini Live API integration
  • TypeScript support
  • Real-time audio streaming

Dependencies

  • @tw2gem/twilio-server: 1.0.1
  • @tw2gem/audio-converter: 1.0.1
  • @tw2gem/gemini-live-client: 1.0.1
  • ws: ^8.18.2

License

MIT

Author

Sebastian Morales Lorca (seba.morales.lorca@gmail.com)

Keywords

audio

FAQs

Package last updated on 20 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts