🛣️ INDIAN ROAD RADIO
11:18 AM
0 ON ROAD

इंडियन रोड रेडियो · driver's edition

HORN OK PLEASE

तेरी गाड़ी CHOOSE YOUR RIDE TO BEGIN

रास्ते बोलते हैं

दबाओ हॉर्न, सुनो रोड की आवाज़

Step 01

CHOOSE YOUR RIDE

Step 02

MUSIC PLAYER

🎵

No song loaded

Add music via Playlist panel →

0:00 0:00
NO MUSIC

TRACKLIST

    No songs yet. Tap "+ ADD SONGS" to load your own legally‑owned MP3 / WAV files — they stay in your browser, never uploaded anywhere.

    🌬️ ROAD AMBIENCE

    For the road

    PLAYLIST PRESETS

    For developers

    HOW TO ADD YOUR OWN MUSIC

    1. Prepare your files. Legally‑owned or royalty‑free audio (.mp3, .wav) and square cover art (.jpg, .png).
    2. Audio directory. Place audio files inside /public/music/.
    3. Cover directory. Place artwork inside /public/covers/.
    4. Edit configuration. Open config.js and find PLAYLIST_CONFIG at the top.
    5. Add metadata for your vehicle's songs array — see the block below.
    6. 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).