skillfed

listenhub-tts

ListenHub TTS transforms written content into spoken audio through three synthesis modes: rapid processing for short text, multi-speaker dialogue for scripts, and streaming synthesis for lengthy documents. Select from available voices or use the default voice, with options to adjust playback speed and output format.

ListenHub TTS converts text to speech audio via API with support for quick synthesis, multi-character scripts, and long-form streaming.

AI-generated summary based on this skill's SKILL.md

181 28 MIT updated by smallnest

Install

smallnest/goal-workflow/listenhub-tts · repository language: HTML

git clone https://github.com/smallnest/goal-workflow
cp -r goal-workflow/skills/listenhub-tts ~/.claude/skills/listenhub-tts
npx skillfed install smallnest/goal-workflow/listenhub-tts

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does ListenHub TTS convert text to speech audio?

ListenHub TTS transforms written content into spoken audio through three synthesis modes: rapid processing for short text, multi-speaker dialogue for scripts, and streaming synthesis for lengthy documents. You can select from available voices or use the default voice, with options to adjust playback speed and output format.

Can ListenHub TTS generate multi-character dialogue or podcast narration?

Yes, ListenHub TTS supports multi-speaker dialogue synthesis, making it suitable for podcast scripts and character-driven content. The skill allows you to assign different voices to different speakers, enabling natural-sounding conversations and multi-character narration for your audio projects.

Does ListenHub TTS support text to audio synthesis in Chinese?

ListenHub TTS includes support for Chinese text-to-speech synthesis. The skill can process Chinese text and generate audio output, making it suitable for Chinese language content, articles, and documents that need to be converted to spoken audio.

How does ListenHub TTS handle long-form content?

ListenHub TTS provides streaming synthesis support for lengthy documents and long-form content. This enables efficient processing of extended texts such as articles, books, or comprehensive documents without requiring the entire content to be processed at once.

What voice customization options does ListenHub TTS offer?

ListenHub TTS allows you to select and apply custom voice speakers for your text-to-speech synthesis. Beyond voice selection, you can adjust playback speed and choose your preferred output format, giving you control over how your audio content sounds and is delivered.

Can ListenHub TTS automate article or document narration?

Yes, ListenHub TTS can automate the narration of articles and documents by converting written text directly into audio. This is useful for creating audiobook versions, generating voice-over content, or making written material more accessible through automated speech synthesis.

SKILL.md

rendered from the published skill — quoted content, verbatim

ListenHub TTS: 文本转语音

使用 ListenHub OpenAPI 将文本转换为语音。支持三种合成模式,覆盖从短文本到长文本的全场景。

API 信息

  • Base URL: https://api.marswave.ai/openapi
  • 认证: Authorization: Bearer $LISTENHUB_API_KEY(从环境变量读取)
  • 前置检查: 调用任何 API 前先确认 LISTENHUB_API_KEY 环境变量已设置,未设置则提示用户配置

音色选择流程

用户已明确指定音色

直接使用用户指定的 speakerId,跳过选择流程。

用户未指定音色
  1. 调用 GET /v1/speakers/list?language=zh 获取可用音色列表
  2. 按 AskUserQuestion 展示音色列表供用户选择,格式如下:
  3. 默认选中 chat-girl-105-cn(晓曼 dxqqq)
  4. 列表展示:{name}({gender},{speakerId})
  5. 附带每个音色的 demoAudioUrl 供参考
  6. 用户确认后使用选定的 speakerId
默认音色
字段
speakerId chat-girl-105-cn
名称 晓曼 dxqqq

三种合成模式

模式一:快速合成(短文本,单音色)

适用场景: 短文本(< 1000 字),单音色,需要低延迟

接口:

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/listenhub-tts/SKILL.md

Related skills

Tags

audio-synthesis voice-generation multi-speaker streaming-synthesis chinese-language narration-automation podcast-production api-integration long-form-content speaker-selection