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

@micdrop/client

Package Overview
Dependencies
Maintainers
1
Versions
38
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

Source
npmnpm
Version
2.0.14
Version published
Weekly downloads
152
-46.29%
Maintainers
1
Weekly downloads
ย 
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 11 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