2026-02-06 07:55:06 +08:00
2026-01-28 10:19:04 +08:00
2026-02-04 23:16:30 +08:00
2026-02-06 07:55:06 +08:00
2026-02-03 12:05:09 +08:00
2026-02-04 23:16:30 +08:00
2026-02-04 12:00:52 +08:00
2026-01-29 16:36:46 +08:00
2026-01-29 13:57:12 +08:00
2026-02-04 14:16:27 +08:00
2026-01-29 13:57:12 +08:00
2026-02-03 12:05:09 +08:00

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.

Usage

启动

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

测试

python examples/test_websocket.py
python mic_client.py
Description
No description provided
Readme 2.9 MiB
Languages
Python 100%