Web-based Winamp controller for CarPC � Go backend, mobile-first UI
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Jan Svabenik 7e508507b6 feat: WebSocket + WASAPI spectrum visualisation vor 1 Monat
.claude feat: initial project scaffold vor 1 Monat
internal feat: WebSocket + WASAPI spectrum visualisation vor 1 Monat
web/static feat: WebSocket + WASAPI spectrum visualisation vor 1 Monat
.gitignore feat: initial project scaffold vor 1 Monat
README.md feat: initial project scaffold vor 1 Monat
config.yaml.example feat: initial project scaffold vor 1 Monat
go.mod feat: WebSocket + WASAPI spectrum visualisation vor 1 Monat
go.sum feat: WebSocket + WASAPI spectrum visualisation vor 1 Monat

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"