Skip to content

Commit d2be5dc

Browse files
author
Raylan LIN
committed
fix(music): improve --vocals description with clearer examples
Add clearer examples showing valid vocal descriptors: - "warm male baritone" (single voice) - "bright female soprano" (single voice) - "duet with harmonies" (multiple voices) This helps users understand what kind of descriptors the model responds to.
1 parent 93699c9 commit d2be5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/music/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineCommand({
1818
{ flag: '--prompt <text>', description: 'Music style description (can be detailed — see examples)' },
1919
{ flag: '--lyrics <text>', description: 'Song lyrics with structure tags. Use "无歌词" for instrumental music. Cannot be used with --instrumental.' },
2020
{ flag: '--lyrics-file <path>', description: 'Read lyrics from file. Use "无歌词" for instrumental. (use - for stdin)' },
21-
{ flag: '--vocals <text>', description: 'Vocal style, e.g. "warm male and bright female duet"' },
21+
{ flag: '--vocals <text>', description: 'Vocal style, e.g. "warm male baritone", "bright female soprano", "duet with harmonies"' },
2222
{ flag: '--genre <text>', description: 'Music genre, e.g. folk, pop, jazz' },
2323
{ flag: '--mood <text>', description: 'Mood or emotion, e.g. warm, melancholic, uplifting' },
2424
{ flag: '--instruments <text>', description: 'Instruments to feature, e.g. "acoustic guitar, piano"' },

0 commit comments

Comments
 (0)