No description
Find a file
michael 9c5b054dcc feat: Add Sonauto streaming audio on waiting page
Enable users to listen to their song while video generation continues
in the background. Backend proxies authenticated Sonauto stream API
since HTML audio elements cannot send auth headers.

- Add streaming_ready_at column to track when stream becomes available
- Enable streaming in Sonauto API request payload
- Handle GENERATING_STREAMING_READY webhook status
- Add /api/stream/{session_id} proxy endpoint using httpx
- Update StatusResponse with streaming_ready and task_id fields
- Add audio player UI with autoplay fallback for mobile
- Fade out audio gracefully before redirect to result page

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 08:23:14 -06:00
assets feat: Add Sonauto streaming audio on waiting page 2026-02-02 08:23:14 -06:00
backend feat: Add Sonauto streaming audio on waiting page 2026-02-02 08:23:14 -06:00
documents Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
video_generator_example Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
.env.example Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
.gitignore chore: remove .env from version control 2026-01-31 08:31:51 -06:00
.htaccess Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
admin.html feat(backend): admin dashboard api 2026-02-01 19:38:11 +05:30
apple-touch-icon.png Initial commit 2026-01-28 12:45:24 +05:30
CLAUDE.md celery: add error logging for Sonauto API responses 2026-01-31 08:20:40 -06:00
deploy.sh deploy: run alembic migrations after db startup 2026-01-31 07:57:38 -06:00
favicon-16x16.png Initial commit 2026-01-28 12:45:24 +05:30
favicon-32x32.png Initial commit 2026-01-28 12:45:24 +05:30
favicon.ico Initial commit 2026-01-28 12:45:24 +05:30
footer.php Footer: TnC link added 2026-02-02 15:17:53 +05:30
header.php compress images & implement opengraph tags 2026-01-30 11:57:12 +05:30
index.php Header & Footer changes 2026-02-01 21:23:08 +05:30
opengraph.php Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
result.php Result: Ad banners added 2026-02-01 23:08:40 +05:30
waiting.php feat: Add Sonauto streaming audio on waiting page 2026-02-02 08:23:14 -06:00