From 71b7e32563aff810c91ae7a643e2a116ea865df3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Jan 2026 17:00:04 +0800 Subject: [PATCH] Add basic README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c16edbd --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# py-active-call-cc + +Python Active-Call: real-time audio streaming with WebSocket and WebRTC. + +This repo contains a Python 3.11+ codebase for building low-latency voice +pipelines (capture, stream, and process audio) using WebRTC and WebSockets. +It is currently in an early, experimental stage.