@humeai/cli 0.0.1-beta.2 → 0.0.1-beta.4
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.
- package/README.md +3 -2
- package/dist/hume +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Hume TTS CLI
|
|
2
2
|
|
|
3
|
-
This is a CLI for Hume AI's [Octave TTS](https://
|
|
3
|
+
This is a CLI for Hume AI's [Octave TTS](https://hume.ai/blog/octave-the-first-text-to-speech-model-that-understands-what-it-s-saying) API.
|
|
4
4
|
|
|
5
5
|
Unlike conventional TTS that merely "reads" words, Octave is a speech-language model that understands what words mean in context, unlocking a new level of expressiveness. It acts out characters, generates voices from prompts, and takes instructions to modify the emotion and style of a given utterance.
|
|
6
6
|
|
|
@@ -21,12 +21,13 @@ hume tts "I said, are you serious?" --voice-name whisperer
|
|
|
21
21
|
## Installation
|
|
22
22
|
|
|
23
23
|
The Hume CLI is distributed [via NPM](https://www.npmjs.com/package/@humeai/cli). You can install it globally via:
|
|
24
|
+
|
|
24
25
|
```shell
|
|
25
26
|
npm install -g @humeai/cli
|
|
26
27
|
```
|
|
27
28
|
|
|
28
|
-
|
|
29
29
|
## Usage
|
|
30
|
+
|
|
30
31
|
```
|
|
31
32
|
Text to speech
|
|
32
33
|
|
package/dist/hume
CHANGED
|
Binary file
|