इंडियन रोड रेडियो · driver's edition
HORN OK PLEASE
रास्ते बोलते हैं
दबाओ हॉर्न, सुनो रोड की आवाज़
Step 01
CHOOSE YOUR RIDE
Step 02
MUSIC PLAYER
TRACKLIST
No songs yet. Tap "+ ADD SONGS" to load your own legally‑owned MP3 / WAV files — they stay in your browser, never uploaded anywhere.
For the road
PLAYLIST PRESETS
For developers
HOW TO ADD YOUR OWN MUSIC
- Prepare your files. Legally‑owned or royalty‑free audio (.mp3, .wav) and square cover art (.jpg, .png).
- Audio directory. Place audio files inside
/public/music/. - Cover directory. Place artwork inside
/public/covers/. - Edit configuration. Open
config.jsand findPLAYLIST_CONFIGat the top. - Add metadata for your vehicle's
songsarray — see the block below. - Confirm rights. Run this locally, for personal listening only.
// ========================================
// ADD YOUR LEGALLY LICENSED MUSIC HERE
// (edit config.js — do not host this
// file publicly with real songs)
// ========================================
{
title: "Your Song Name",
artist: "Your Artist Name",
audioUrl: "/music/your-file.mp3",
cover: "/covers/your-cover.jpg",
rights: "Personal Use Only"
}
Or skip config editing entirely — use the + ADD SONGS button above to load local files straight into this session (kept in memory only, never sent anywhere, cleared on refresh).