From 9d733344fe3aa02eb148b2900c702efa8a19b086 Mon Sep 17 00:00:00 2001 From: Ojas Srivastava <74397676+Ojas1804@users.noreply.github.com> Date: Fri, 12 Jun 2026 18:59:47 +0000 Subject: [PATCH] readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27b1f2d..871462d 100644 --- a/README.md +++ b/README.md @@ -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