Web-based Winamp controller for CarPC � Go backend, mobile-first UI
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Jan Svabenik 79766be53f fix: idle canvas animation, position overflow, title parsing 1 miesiąc temu
.claude feat: initial project scaffold 1 miesiąc temu
internal fix: idle canvas animation, position overflow, title parsing 1 miesiąc temu
web/static fix: idle canvas animation, position overflow, title parsing 1 miesiąc temu
.gitignore fix: struct padding bug in viz loopback, overflow in stopped state 1 miesiąc temu
README.md feat: initial project scaffold 1 miesiąc temu
config.yaml.example feat: initial project scaffold 1 miesiąc temu
go.mod feat: WebSocket + WASAPI spectrum visualisation 1 miesiąc temu
go.sum feat: WebSocket + WASAPI spectrum visualisation 1 miesiąc temu

README.md

roadamp 🚗🎵

Web-based Winamp controller for CarPC setups — optimized for tablets and phones.

A modern rebuild of a classic Delphi CarPC project, written in Go with a responsive web interface.

Features

  • Play / Pause / Stop
  • Next / Previous Track
  • Seek ±15s / ±120s (with auto-mute during seek)
  • Master volume control
  • Track progress display
  • KillList — auto-skip unwanted tracks
  • Resume — restores position after restart

Stack

  • Backend: Go (HTTP server + Winamp IPC via Windows messages)
  • Frontend: Vanilla JS / HTML / CSS — no framework, mobile-first

Getting Started

go build ./cmd/roadamp
./roadamp.exe
# Open http://localhost:8080 on your tablet/phone

Configuration

Copy config.yaml.example to config.yaml and adjust:

port: 8080
winamp_path: "C:\\Program Files\\Winamp\\Winamp.exe"