@micdrop/gladia
v1.2.0
Published
Gladia implementation for @micdrop/server
Maintainers
Readme
@micdrop/gladia
Micdrop website | Documentation
Gladia implementation for @micdrop/server.
Installation
npm install @micdrop/gladiaUsage
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)
