https://github.com/splurf/pulse
A client/server model designed for efficient distribution of audio packets.
https://github.com/splurf/pulse
client-server opus real-time rust udp
Last synced: over 1 year ago
JSON representation
A client/server model designed for efficient distribution of audio packets.
- Host: GitHub
- URL: https://github.com/splurf/pulse
- Owner: splurf
- Created: 2024-10-26T23:17:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T20:06:28.000Z (over 1 year ago)
- Last Synced: 2025-01-25T08:25:24.705Z (over 1 year ago)
- Topics: client-server, opus, real-time, rust, udp
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pulse
Real-time, low-latency audio lounge using Opus codec.
## Features
- UDP for packet transmission.
- [opus](https://crates.io/crates/opus) codec for encoding/decoding.
- Configurate tick-rate (default: 128 tps).
## Todo
- Client
- Cross-platform tray-icon
- Select Input/output device
- Change volume of other clients
- Server
- Implement configurations
- Potential optimizations