Skip to content

fix(speech): remove dead --sound-effect option#45

Merged
RyanLee-Dev merged 1 commit intomainfrom
fix/remove-dead-sound-effect-flag
Apr 6, 2026
Merged

fix(speech): remove dead --sound-effect option#45
RyanLee-Dev merged 1 commit intomainfrom
fix/remove-dead-sound-effect-flag

Conversation

@EElaineYIN
Copy link
Copy Markdown

Summary

  • Remove --sound-effect <effect> from speech synthesize options
  • The flag was defined but never wired to the request body — user input was silently discarded
  • SpeechRequest type has no sound_effect field

Test plan

  • minimax speech synthesize --help no longer shows --sound-effect

🤖 Generated with Claude Code

The flag was defined in options but never read in run() and the
SpeechRequest type has no sound_effect field. User input was silently discarded.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@RyanLee-Dev RyanLee-Dev merged commit da70ccb into main Apr 6, 2026
2 checks passed
@RyanLee-Dev RyanLee-Dev deleted the fix/remove-dead-sound-effect-flag branch April 8, 2026 21:44
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.

2 participants