We provide playground scripts to individually test transcribers, agents, and synthesizers. To begin, clone the repo. Install the core packages by running the following:Documentation Index
Fetch the complete documentation index at: https://docs.vocode.dev/llms.txt
Use this file to discover all available pages before exploring further.
Streaming
Transcriber
-
Update your transcriber configuration in
playground/streaming/transcriber/transcribe.py - Run the following script to transcribe your microphone input:
Agent
-
Update your agent configuration in
playground/streaming/agent/chat.py - Run the following script to interact with your agent in text format:
Synthesizer
-
Install the synthesizer packages by running
poetry install --extras=synthesizers -
Update your synthesizer configuration in
playground/streaming/synthesizer/synthesize.py - Run the following script to synthesize text to speech and play it to your speaker:
