🎤 Wspeak Backend API

● Server is running

WebSocket: ws://localhost:8080/ws

Main endpoint for audio streaming and real-time responses

Health Check: GET /health

Returns server health status

Status: GET /status

Returns server status and active connections count

Usage

Connect your macOS Wspeak client to the WebSocket endpoint to start processing audio.

Message Format

Client → Server:

{"type": "audio_chunk", "data": "base64-encoded-audio"}

Server → Client:

{"type": "answer", "question": "...", "response": "..."}