Compare commits

...

2 Commits

Author SHA1 Message Date
d27f230532 Merge pull request 'Add basic README' (#1) from add-readme into master
Reviewed-on: #1
2026-01-30 09:07:26 +00:00
root
71b7e32563 Add basic README 2026-01-30 17:00:04 +08:00

7
README.md Normal file
View File

@@ -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.