From c24076e0bd8455c2d8aec8a94b860daea9a1eb3d Mon Sep 17 00:00:00 2001 From: SteadyW <233242505+YusufB5@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:08:13 +0300 Subject: [PATCH] Fix typo in Low-Overhead Binary Protocol description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bae149..9da540f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ No autoplay restrictions. To the browser, it's just text on a canvas. - **Real-Time Pixel Streaming**: Replaces characters with colored blocks, approaching 360p video quality. - **High Performance**: Uses **HTML5 Canvas** for rendering, optimized for cinematic 24-30 FPS playback. High-FPS sources are automatically decimated for stability. - **Master Clock Sync**: The audio track acts as the absolute master clock, guaranteeing perfect A/V synchronization. -- **Low-Overhead Binary Protocol*: Frames are streamed as raw binary (`Uint8Array`) directly to the canvas, saving bandwidth and CPU. +- **Low-Overhead Binary Protocol**: Frames are streamed as raw binary (`Uint8Array`) directly to the canvas, saving bandwidth and CPU. - **Multiple Color Modes**: Supports everything from classic B&W to 16M color ultra-fidelity. - **Flexible Video Management**: Supports JSON playlists (per-video mode & volume), folder-based auto-queuing (filesystem order), single-file mode, and infinite loop