Skip to content

Commit da70ccb

Browse files
authored
Merge pull request #45 from MiniMax-AI-Dev/fix/remove-dead-sound-effect-flag
fix(speech): remove dead --sound-effect option
2 parents 8ffa1fc + 01be187 commit da70ccb

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)