@humeai/cli 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/dist/index.js +4998 -4460
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -61,6 +61,7 @@ $ hume tts <text>
61
61
  --trailing-silence #0 Seconds of silence to add at the end (0.0-5.0, default is 0.35)
62
62
  --streaming Use streaming mode for TTS generation (default: true)
63
63
  --instant-mode Enable ultra-low latency mode for significantly faster generation (requires streaming=true, a voice, and incurs 10% higher cost)
64
+ --curl Generate curl command instead of making the API request
64
65
 
65
66
  ━━━ Details ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
66
67
 
@@ -110,6 +111,9 @@ $ hume tts "Hello world" -v narrator --instant-mode
110
111
  Setting instant mode in your config (always enable)
111
112
  $ hume config set tts.instantMode true
112
113
 
114
+ Generating curl command instead of making API request
115
+ $ hume tts "Hello world" -v narrator --curl
116
+
113
117
  ## Voice Management
114
118
 
115
119
  Save a voice from a previous generation