mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
Update README to correct binary protocol description
This commit is contained in:
parent
312d5d6df0
commit
8c60ef12a0
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
- **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.
|
||||
- **Zero-Copy 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue