Back to browse
A 24/7 live stream where AI writes a new song about the current time

A 24/7 live stream where AI writes a new song about the current time

by mmp7700·Apr 14, 2026·5 points·3 comments

AI Analysis

●●SolidRabbit HoleCozy

AI generates new time-specific songs every few minutes with clever latency-aware scheduling.

Strengths
  • Orchestrator tracks API latency to dynamically adjust generation lookahead window
  • Fully automated pipeline with zero human intervention after deployment
  • Each song's lyrics reference the actual timestamp when it plays
Weaknesses
  • No real utility beyond novelty entertainment and ambient background noise
  • Dependent on Suno API costs and rate limits for continuous operation
Category
Target Audience

People who want ambient background music, AI music enthusiasts

Post Description

A clock radio from the 1950s played music and showed the time. I wanted to see what happens when you combined an old idea with a new one — the music itself tells you the time. It's also hilarious.

This is a fully automated YouTube live stream. Every few minutes, a new AI-generated song plays. Every song is in a different genre. Every song's lyrics are about what time it is right now. The system generates them ahead of time using Suno's API, builds video segments with FFmpeg, and streams continuously via RTMP. There's no human in the loop and no pre-recorded content.

The core challenge is a scheduling problem: generation takes ~3 minutes, song durations are variable (2-4 min), and the lyric timestamp has to match the actual start time. The orchestrator tracks a rolling average of API latency and adjusts its lookahead window accordingly.

Stack: Python, Suno API, Pillow, FFmpeg.

Similar Projects