Speech & TranscriptionDocumentedScanned
duby
Convert text to speech using Duby.so API.
Share:
Installation
npx clawhub@latest install dubyView the full skill documentation and source below.
Documentation
Duby TTS Skill
Convert text to speech using Duby.so API.
Tools
duby_tts
Convert text to speech and return a media file path.- text (required): The text to convert.
- voice_id (optional): The Voice ID to use. Defaults to
2719350d-9f0c-40af-83aa-b3879a115ca1(Xinduo).
Examples
# Default voice
duby_tts "Hello world"
# Specific voice
duby_tts "Hello world" "some-voice-id"
Implementation
Usestts.sh script with curl and jq.
Requires API_KEY to be set in the script.