Features
- Text-to-Speech: Convert texts into spoken words using various voices provided by OpenAI TTS.
- Transcribe: Transcribe spoken words into text using Whisper API.
- Text-to-Notes: Turn conversations into organized bullet points, ensuring no detail is omitted.
VoiceBot Feature Comparison
VoiceBot offers two distinct editions with different sets of features to cater to a range of users, from those who need basic functionalities to organizations requiring advanced capabilities. Below is a comparative table highlighting the differences between the Open Source Edition (OSE) and the Enterprise Edition (EE).Feature | Open Source Edition (OSE) | Enterprise Edition (EE) |
---|---|---|
Text-to-Speech (TTS) | Online API | Online API with Streaming for longer texts, Bark offline TTS, ElevenLabs online TTS |
Transcription (Speech to Text) | Online Whisper API only | Online Whisper API, Offline Whisper Models, Offline Distil-Whisper Models, AssemblyAI, Speaker Diarization |
Text-to-Notes | Online API | Online API |
Usage
lets start by making an object of the module firstText-to-Speech
Transcription (Speech to Text)
Text-to-Notes
Limitations
- The open-source version requires an internet connection to utilize the online API.
- It offers a smaller subset of features compared to enterprise versions, focusing primarily on cloud-based services.