🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@micdrop/cartesia

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micdrop/cartesia

Cartesia implementation for @micdrop/server

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@micdrop/cartesia

Micdrop website | Documentation

Cartesia implementation for @micdrop/server.

Installation

npm install @micdrop/cartesia

Cartesia TTS (Text-to-Speech)

Usage

import { CartesiaTTS } from '@micdrop/cartesia'
import { MicdropServer } from '@micdrop/server'

const tts = new CartesiaTTS({
  apiKey: process.env.CARTESIA_API_KEY || '',
  modelId: 'sonic-turbo', // Cartesia model ID
  voiceId: 'a0e99841-438c-4a64-b679-ae501e7d6091', // Voice ID
  language: 'en', // Optional: specify language
  speed: 'normal', // Optional: speech speed
})

// Use with MicdropServer
new MicdropServer(socket, {
  tts,
  // ... other options
})

Documentation

Read full documentation of the Cartesia integration for Micdrop on the website.

License

MIT

Author

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

Keywords

microphone

FAQs

Package last updated on 20 Nov 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