TwinPeaksTownie/reachy-dance-duo-analyzer
0
Backend service for the Reachy Dance Duo JS app at TwinPeaksTownie/reachy-dance-duo-js. Provides three things the static JS Space cannot do on its own:
- YouTube Music search via
ytmusicapi(unauthenticated). - Audio download via
yt-dlp, served back asaudio/mp4. - Offline song analysis via
librosa(tempo, beat times, per-beat energy, 8-beat sequence assignments) used by the Beat Bandit dance mode.
CORS is open to the JS Space and to localhost for development.
Endpoints
GET /healthGET /search?q=<query>&limit=10POST /analyzebody{ "video_id": "<yt-id>" }GET /audio/<video_id>.m4a
