feat: Add seek bar, pause/resume, and optimize async audio streaming

This commit is contained in:
YusufB5 2026-06-17 14:05:29 +03:00
parent 88b261eae9
commit 27aeca9d20
5 changed files with 220 additions and 43 deletions

View file

@ -214,7 +214,7 @@ body {
border-radius: 8px;
border: 1px solid #333;
width: 100%;
max-width: 320px;
max-width: 860px;
box-sizing: border-box;
}