Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
9 lines (5 loc) · 517 Bytes

File metadata and controls

executable file
·
9 lines (5 loc) · 517 Bytes

Websocket Recorder

❗❗❗ This repo is now deprecated. Check the Vonage Developer Blog for more blog posts and tutorials. For more sample Vonage projects, check the Vonage Community GitHub repo.

Simple python server to write received binary from a websocket to a file, then convert that file to wav.

Also logs the timestamps of each message and saves an array of time deltas between messages.

Mostly useful for debugging.