wave_voice_converse
Send a caller's WAV speech to a bound WAVE voice agent room and receive the agent's spoken reply as raw PCM audio, enabling headless voice conversations without a browser or WebRTC.
Instructions
Drive a full headless conversation with the WAVE voice agent: bind the agent to a room, send a WAV of the caller's speech (16-bit LE 48 kHz PCM, mono or stereo), and receive the agent's spoken reply as raw 16-bit LE 48 kHz stereo PCM written to outPath. No browser, no WebRTC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | Room id the agent is bound to | |
| outPath | Yes | Path to write the agent's reply PCM to (raw, no WAV header) | |
| audioPath | Yes | Path to the input WAV (16-bit LE 48 kHz PCM) |