Skip to content

Latest commit

 

History

History
executable file
·
7 lines (4 loc) · 251 Bytes

File metadata and controls

executable file
·
7 lines (4 loc) · 251 Bytes

Websocket Recorder

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.