Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Synchronized multi-device audio playback over LAN/Wi-Fi in pure Python.

Any device on the network can become the **host** by playing a local audio file. Every other peer automatically pulls the raw PCM stream over TCP and plays it in lock-step using an NTP-style clock offset measured against the host.

As of now, CLI is working fine. Future work will involve working in Web UI and mp3 support.

> **The audio file only needs to exist on the host device.** Peers receive the stream over the network — no file copying required.

## Features
Expand Down
Loading