@cloudflare/voice-plivo@0.1.0
·
5 commits
to main
since this release
Minor Changes
-
#2048
3172a23Thanks @cjol! - Add Plivo audio streaming adapter for the Cloudflare Agents voice pipeline.PlivoAdapterbridges Plivo's bidirectional audio streaming WebSocket protocol toVoiceAgent, structured as a sibling to the Twilio provider. Audio is mulaw 8kHz on the Plivo side, decoded and resampled to 16kHz PCM for the agent. Includes barge-in support via Plivo'sclearAudioevent and asetupPlivoApplication()helper that configures the Plivo application and phone number through the REST API.