Skip to content

docs: video-to-sfx returns audio only (video-to-audio emits no muxed video) - #5

Merged
spencer-zqian merged 1 commit into
mainfrom
docs/video-to-sfx-audio-only
Jul 16, 2026
Merged

docs: video-to-sfx returns audio only (video-to-audio emits no muxed video)#5
spencer-zqian merged 1 commit into
mainfrom
docs/video-to-sfx-audio-only

Conversation

@spencer-zqian

Copy link
Copy Markdown
Contributor

Summary

The Sonilo video-to-audio endpoint (which powers video-to-sfx) no longer returns a muxed video — only the generated audio. Previously the combined x-to-audio endpoint returned both a muxed video and the audio. This aligns the SDK docs/types with that change.

No functional/breaking code changes: the optional video result field is retained (it is simply never populated now), so existing callers keep working. text-to-sfx is unaffected (always audio-only).

⚠️ Release timing

Do not publish ahead of the API change: production still returns a video until the backend video-to-audio split is deployed. Release this together with (or after) that deploy.

🤖 Generated with Claude Code

The dedicated video-to-audio endpoint no longer returns a muxed video, so
video-to-sfx yields audio only. Fix the README example (which='video' would
now raise) and note that SfxResult.video is retained for compatibility but is
no longer populated.
@spencer-zqian
spencer-zqian merged commit 88ef567 into main Jul 16, 2026
2 checks passed
@spencer-zqian
spencer-zqian deleted the docs/video-to-sfx-audio-only branch July 16, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant