Short answer: You can hume octave tts in Hume AI by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Hume AI Hume Octave TTS action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Text text | string | Required | Text (required) |
Voice Name voice_name | string | Optional | e.g. Male English Actor |
Voice Description description | string | Optional | warm, calm, slightly amused |
Speed speed | string | Optional | 0.5 - 2.0 |
{"text": "{{trigger.text}}","voice_name": "e.g. Male English Actor","description": "warm, calm, slightly amused","speed": "0.5 - 2.0"}
{"generations": [{"audio": "<base64>","duration": 3.5,"generation_id": "gen_abc"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.