@mastra/speech-deepgram
v0.1.9
Published
Mastra Deepgram speech integration (DEPRECATED - use @mastra/voice-deepgram instead)
Downloads
2,478
Maintainers
Keywords
Readme
@mastra/speech-deepgram (DEPRECATED)
⚠️ This package is deprecated. Please use @mastra/voice-deepgram instead.
Migration
The new package @mastra/voice-deepgram
provides both Text-to-Speech and Speech-to-Text capabilities. To migrate:
- Install the new package:
npm uninstall @mastra/speech-deepgram
npm install @mastra/voice-deepgram
- Update your imports:
// Old
import { DeepgramTTS } from '@mastra/speech-deepgram';
// New
import { DeepgramVoice } from '@mastra/voice-deepgram';
For detailed migration instructions and new features, please refer to the @mastra/voice-deepgram documentation.