docs: video-to-sfx returns audio only (video-to-audio emits no muxed video) - #5
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Sonilo
video-to-audioendpoint (which powersvideo-to-sfx) no longer returns a muxed video — only the generated audio. Previously the combinedx-to-audioendpoint returned both a muxed video and the audio. This aligns the SDK docs/types with that change.No functional/breaking code changes: the optional
videoresult field is retained (it is simply never populated now), so existing callers keep working.text-to-sfxis unaffected (always audio-only).Do not publish ahead of the API change: production still returns a video until the backend
video-to-audiosplit is deployed. Release this together with (or after) that deploy.🤖 Generated with Claude Code