You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-d,--description #0 Description of the desired voice
43
-
-c,--continue,--context-generation-id #0 Previous generation ID for continuation
44
-
-l,--last,--continue-from-last Use a generation from a previous synthesis as context. If the last synthesis was created with --num-generations > 1, you must also provide --last-index
45
-
--last-index #0 Index of the generation to use from the previous synthesis.
46
-
-o,--output-dir #0 Output directory for generated audio files
47
-
-n,--num-generations #0 Number of variations to generate
48
-
-p,--prefix #0 Filename prefix for generated audio
49
-
--play #0 Play audio after generation: all variations, just the first, or none
50
-
--play-command #0 Command to play audio files (uses $AUDIO_FILE as placeholder for file path)
51
-
--api-key #0 Override the default API key
52
-
--format #0 Output audio format
53
-
-v,--voice-name #0 Name of a previously saved voice
54
-
--voice-id #0 Direct voice ID to use
55
-
--json Output in JSON format
56
-
--pretty Output in human-readable format
57
-
--base-url #0 Override the default API base URL (for testing purposes)
58
-
--provider #0 Voice provider type (CUSTOM_VOICE or HUME_AI)
59
-
--speed #0 Speaking speed multiplier (0.25-3.0, default is 1.0)
60
-
--trailing-silence #0 Seconds of silence to add at the end (0.0-5.0, default is 0.35)
61
-
--streaming Use streaming mode for TTS generation (default: true)
43
+
-d,--description #0 Description of the desired voice
44
+
-c,--continue,--context-generation-id #0 Previous generation ID for continuation
45
+
-l,--last,--continue-from-last Use a generation from a previous synthesis as context. If the last synthesis was created with --num-generations > 1, you must also provide --last-index
46
+
--last-index #0 Index of the generation to use from the previous synthesis.
47
+
-o,--output-dir #0 Output directory for generated audio files
48
+
-n,--num-generations #0 Number of variations to generate
49
+
-p,--prefix #0 Filename prefix for generated audio
50
+
--play #0 Play audio after generation: all variations, just the first, or none
51
+
--play-command #0 Command to play audio files (uses $AUDIO_FILE as placeholder for file path)
52
+
--api-key #0 Override the default API key
53
+
--format #0 Output audio format
54
+
-v,--voice-name #0 Name of a previously saved voice
55
+
--voice-id #0 Direct voice ID to use
56
+
--json Output in JSON format
57
+
--pretty Output in human-readable format
58
+
--base-url #0 Override the default API base URL (for testing purposes)
59
+
--provider #0 Voice provider type (CUSTOM_VOICE or HUME_AI)
60
+
--speed #0 Speaking speed multiplier (0.25-3.0, default is 1.0)
61
+
--trailing-silence #0 Seconds of silence to add at the end (0.0-5.0, default is 0.35)
62
+
--streaming Use streaming mode for TTS generation (default: true)
$ hume tts "Make sure to like and subscribe!" --description "The speaker is a charismatic, enthusiastic, male YouTuber in his 20s with a American accent, a slightly breathy voice, and a fast speaking rate."
73
+
$ hume tts "Make sure to like and subscribe!" --description "The speaker is a charismatic, enthusiastic, male YouTuber in his 20s with a American accent, a slightly breathy voice, and a fast speaking rate."
73
74
74
75
Saving a voice you like (see `hume voices create --help`)
75
-
$ hume voices create --name influencer_1 --last
76
+
$ hume voices create --name influencer_1 --last
76
77
77
78
Using a previously-saved voice
78
-
$ hume tts "Thanks for the 100,000,000,000 likes guys!" -v influencer_1
79
+
$ hume tts "Thanks for the 100,000,000,000 likes guys!" -v influencer_1
0 commit comments