Socket
Book a DemoInstallSign in
Socket

@micdrop/client

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micdrop/client

πŸ–οΈπŸŽ€ Micdrop: Real-Time Voice Conversations with AI

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

πŸ–οΈπŸŽ€ Micdrop: Real-Time Voice Conversations with AI

Micdrop website | Documentation | Demo

Micdrop is a set of open source Typescript packages to build real-time voice conversations with AI agents. It handles all the complexities on the browser and server side (microphone, speaker, VAD, network communication, etc) and provides ready-to-use implementations for various AI providers.

@micdrop/client

The browser implementation of Micdrop.

It is framework agnostic, you can use it with React, Vue, Angular or any other framework. See demo-client for a complete example with React.

For server implementation, see @micdrop/server.

Features

  • 🎀 Real-time microphone recording and playback
  • πŸ—£οΈ Voice activity detection (VAD)
  • πŸ”Š Devices selection and testing
  • πŸ”Œ Full state and events for UI integration
  • 🌐 WebSocket-based audio streaming

Installation

npm install @micdrop/client

If you're using React, you can also install @micdrop/react package to get a ready-to-use React hooks.

Quick Start

import { Micdrop } from '@micdrop/client'

// Start a call
Micdrop.start({
  url: 'wss://your-server.com/call',
})

Documentation

Read full documentation of the Micdrop client on the website.

License

MIT

Author

Originally developed for Raconte.ai and open sourced by Lonestone (GitHub)

Keywords

microphone

FAQs

Package last updated on 12 Sep 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