Using with Clipboard / Shortcuts
Configure options below to generate commands for sending clipboard text to the TTS service.
macOS / Linux (curl + Python)
# Code updates dynamically...
Windows (PowerShell + curl)
# Code updates dynamically...
iOS Shortcut
Create a Shortcut with these actions:
- Get Clipboard
- URL Encode (Mode: Encode URL Component. Input: Clipboard)
- URL (Construct the URL - see below)
- Get Contents of URL (Method: GET. Show Response: Off)
- Save File (Input: Contents of URL. Ask Where to Save: On, Subpath: `speech-{Current Date}.mp3`. Overwrite: Off) OR Play Sound
Shortcut URL Structure (Set in URL action):
# URL updates dynamically...
Paste this base URL into the Shortcut's URL action, then append the 'URL Encoded' variable from Step 2.
Audio Playlist
Your generated audio is saved here. Reorder and play them in sequence.
Playlist Empty
If audio doesn't play automatically, tap the play button or download the file.
Note for iOS users: Download the file if you're having trouble playing in browser.