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