Linux 软件免费装
Banner图

Parlato – AI Podcast Generator

开发者 giannidk
更新时间 2026年7月20日 18:10
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

podcast ai text-to-speech openai elevenlabs

下载

1.0.0

详情介绍:

Parlato turns your WordPress posts into audio. Read a post aloud with a single click, or let AI script a narrated podcast monologue and convert it to a natural-sounding MP3. Every file is stored in your Media Library and played back with a lightweight HTML5 player. No third-party embeds, no tracking scripts. Parlato is bring-your-own-key (BYOK): you connect your own OpenAI and/or ElevenLabs account, so there is no Parlato subscription and you pay your providers directly for what you use. Two TTS providers: Two ways to generate audio:
  1. Read aloud (TTS) — convert the post text straight to speech with a single voice
  2. Narrator — AI writes an audiobook-style script, then reads it in one voice
For the Narrator format, Parlato first generates a structured script with an OpenAI GPT model (selectable, with adjustable reasoning effort), then converts that script to audio with the TTS provider and voice you chose. Key features: Both formats — plain read-aloud TTS and the AI-scripted Narrator podcast — are fully free: Parlato imposes no generation limit of its own. Usage is subject to your chosen provider's API quotas, rate limits, billing and availability. How it works:
  1. In Parlato → Provider, choose OpenAI or ElevenLabs and enter your API key
  2. Pick a voice and model (and, for podcasts, a script model under Podcast AI)
  3. Hover a post in the list of an enabled post type and click Generate in the row actions
  4. The audio player appears automatically on your post

安装:

  1. In your WordPress dashboard go to Plugins → Add New Plugin
  2. Search for Parlato
  3. Click Install Now, then Activate
  4. Go to Parlato → Provider in the admin menu
  5. Choose your provider and enter your API key — OpenAI (starts with sk-) and/or ElevenLabs
  6. Pick a voice and click Save settings
To generate audio for a post: Open Posts, hover over any post, and click Generate in the row actions. To display the player manually: Set Player position to "Manual" and add [parlato] anywhere in your post content.

屏幕截图:

  • Voice picker with live preview
  • Podcast AI tab — Narrator format, voices and script model
  • Posts list — "Generate" row action and status column
  • Frontend audio player displayed with a post

升级注意事项:

1.0.0 Initial public release.

常见问题:

Do I need to pay for a Parlato subscription?

No. Parlato is free and open-source. You only pay your TTS provider (OpenAI and/or ElevenLabs) for the API usage you trigger. See OpenAI pricing and ElevenLabs pricing for current rates.

How do I show the microphone icon next to post titles?

The title badge is off by default. Enable it under Parlato → Player → Title badge. Once on, a small microphone icon appears next to the title of any post that has generated audio, in post listings (home, archives, categories). It is intentionally hidden on the single post's own page, where the audio player is already shown.

How many AI podcasts can I create?

As many as you like — Parlato imposes no generation limit of its own. Both formats — read-aloud TTS and Narrator — are free. You only pay your own provider (OpenAI or ElevenLabs) for the API usage, subject to their quotas, rate limits and billing.

How do I get the API keys?

For OpenAI, sign in at platform.openai.com and click Create new secret key; make sure billing is enabled. For ElevenLabs, create a key at elevenlabs.io with Text to Speech and Voices (Read) permissions; leave unrelated scopes disabled.

Can I set the API keys in code instead of the settings page?

Yes. Define them in your wp-config.php: define( 'PARLATO_OPENAI_API_KEY', 'sk-...' ); define( 'PARLATO_ELEVENLABS_API_KEY', '...' ); The matching settings field shows as locked when a constant is detected.

How long can the audio be?

For read-aloud TTS, Parlato sends as much post text as the selected provider's API accepts per request — about 4,000 characters with OpenAI, and 10,000 or more with ElevenLabs depending on the model. Only posts exceeding that technical limit are truncated at the nearest sentence boundary, with a short note appended. For the AI Narrator podcast, up to the first ~1,500 words of the post are sent to the AI to write the narration script (developers can change this budget via the parlato_narrator_input_words filter).

Where are the MP3 files stored?

In your WordPress Media Library. Each audio file is a standard attachment linked to the post. You can manage, delete, or download them like any other media file.

Will regenerating overwrite the old file?

Yes. Regenerating removes the previous MP3 from the Media Library and generates a new one.

How do I delete the audio for a post?

Hover over the post in the Posts list and click Remove audio. This deletes both the MP3 attachment and the player.

Does Parlato work with custom post types?

Yes. Posts are enabled by default; you can enable pages and any public custom post type with the Post types setting on the Parlato → Player tab. Audio generation and the automatic player then work on every enabled post type.

What data is sent to external services?

Your post text is sent to your chosen TTS provider (OpenAI or ElevenLabs) to generate audio, and — for the Narrator podcast — to OpenAI to generate the script, together with your API key. Data is sent only when you explicitly trigger generation. Parlato itself does not collect or store personal data; you should disclose the use of these services in your site's privacy policy. The settings page includes a disclosure notice. See the "External Services" section below for the full list of services and their privacy policies.

更新日志:

1.0.0