โ๏ธ Configuration
๐ Connection Status
Disconnected
๐ Current Configuration:
๐ Connection Logs
[INFO] Ready to connect...
๐ How to Use
- Configure: Set your WebSocket API URL and client information above
- Test: Click "Test Configuration" to verify your settings
- Connect: Click "Start Voice Chat" to begin the conversation
- Talk: Speak naturally - your voice will be transcribed and sent to the API
- Listen: The API response will be converted to speech and played back
๐ง WebSocket API Format:
Handshake: Client payload with IDs
Send: {"question": "transcribed text"}
Receive:
{"type": "stream_chunk", "data": {"text": "...", "is_complete": false}}