Skip to content

Commit 01be187

Browse files
Elaine YINclaude
authored andcommitted
fix(speech): remove dead --sound-effect option
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>
1 parent 920273d commit 01be187

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands/speech/synthesize.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export default defineCommand({
2929
{ flag: '--language <code>', description: 'Language boost' },
3030
{ flag: '--subtitles', description: 'Include subtitle timing data' },
3131
{ flag: '--pronunciation <from/to>', description: 'Custom pronunciation (repeatable)', type: 'array' },
32-
{ flag: '--sound-effect <effect>', description: 'Add sound effect' },
3332
{ flag: '--out <path>', description: 'Save audio to file (uses hex decoding)' },
3433
{ flag: '--stream', description: 'Stream raw audio to stdout' },
3534
],

0 commit comments

Comments
 (0)