An open API service indexing awesome lists of open source software.

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.

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