@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',
voiceId: 'a0e99841-438c-4a64-b679-ae501e7d6091',
language: 'en',
speed: 'normal',
})
new MicdropServer(socket, {
tts,
})
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)