Socket
Book a DemoInstallSign in
Socket

@micdrop/gladia

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micdrop/gladia

Gladia implementation for @micdrop/server

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
267
-1.48%
Maintainers
1
Weekly downloads
 
Created
Source

@micdrop/gladia

Micdrop website | Documentation

Gladia implementation for @micdrop/server.

Installation

npm install @micdrop/gladia

Usage

import { GladiaSTT } from '@micdrop/gladia'
import { MicdropServer } from '@micdrop/server'

const stt = new GladiaSTT({
  apiKey: process.env.GLADIA_API_KEY || '',
})

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

Documentation

Read full documentation of the Gladia 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 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