Title: AkaVoice – AI Article to Podcast
Author: akavoice
Published: <strong>May 21, 2026</strong>
Last modified: May 21, 2026

---

Search plugins

![](https://ps.w.org/akavoice-ai-article-to-podcast/assets/banner-772x250.png?rev
=3540818)

![](https://ps.w.org/akavoice-ai-article-to-podcast/assets/icon-256x256.png?rev=
3540818)

# AkaVoice – AI Article to Podcast

 By [akavoice](https://profiles.wordpress.org/akavoice/)

[Download](https://downloads.wordpress.org/plugin/akavoice-ai-article-to-podcast.2.0.zip)

 * [Details](https://wordpress.org/plugins/akavoice-ai-article-to-podcast/#description)
 * [Reviews](https://wordpress.org/plugins/akavoice-ai-article-to-podcast/#reviews)
 *  [Installation](https://wordpress.org/plugins/akavoice-ai-article-to-podcast/#installation)
 * [Development](https://wordpress.org/plugins/akavoice-ai-article-to-podcast/#developers)

 [Support](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/)

## Description

**AkaVoice** turns the articles you already publish on WordPress into audio podcast
episodes, and uploads them to your Spreaker show — which in turn distributes them
to Spotify, Apple Podcasts, Amazon Music and other podcast platforms.

Each conversion runs two steps with OpenAI: the article text is first rewritten 
into a natural spoken-word script (GPT-4o-mini), then synthesized into a studio-
quality MP3 voice track (TTS-1-HD). The finished episode is uploaded to Spreaker
and a listenable player is embedded back into the post.

You use your own OpenAI and Spreaker API keys (this is a “bring your own keys” plugin).
AkaVoice never charges for conversions and never acts as a middleman for your keys
or your billing — you pay OpenAI and Spreaker directly, at their own rates.

#### Free and unlimited

This plugin is completely free and has **no usage limit**. There is no monthly quota,
no per-conversion fee, no subscription and no account to create with AkaVoice. You
can convert as many articles as you like; the only cost is your own OpenAI API usage(
typically a few cents per podcast).

#### How it works

 1. Create a free Spreaker account and a show, and get an OpenAI API key.
 2. In **AkaVoice  Settings**, paste your Spreaker access token and show ID, and your
    OpenAI API key. Run the built-in connection tests.
 3. Pick the narration language and a default voice (Alloy, Echo, Fable, Onyx, Nova
    or Shimmer).
 4. From the Dashboard, fill the queue with your published posts and start the conversion—
    or let the background processor work through the queue automatically.
 5. Each converted post gets a podcast player embedded automatically, and the episode
    appears on Spreaker and the connected platforms.

#### What you need

 * An OpenAI API account (https://platform.openai.com). You pay OpenAI directly 
   for the AI usage — usually only a few cents per podcast.
 * A free Spreaker account (https://www.spreaker.com) with a show already created.

#### AkaVoice Pro

AkaVoice Pro is a separate, optional paid plugin for publishers who want more. It
is **not** required — this free plugin is fully functional on its own. Pro adds 
podcasts narrated with your own cloned voice, extra text-to-speech engines (Microsoft
Azure and Google Gemini), Google Search Console integration, an SEO-optimised lazy-
loaded player, and priority support. Learn more at https://akavoice.ai.

#### Your API keys stay yours

Your OpenAI key and Spreaker token are encrypted with AES-256-CBC before being stored
in the WordPress database, using a key derived from your site’s own `AUTH_KEY` and`
SECURE_AUTH_KEY` salts. They are decrypted only at the moment a request is made 
to OpenAI or Spreaker. The plugin does not register your site, does not send usage
statistics, and does not phone home.

### External Services

This plugin connects to two third-party services in order to produce and publish
podcasts. It connects only when you actively use it, and only with the API credentials
you enter yourself. No data is sent to the plugin author, and the plugin does not
track your site.

#### OpenAI

When you convert an article, the article’s title and text are sent to the OpenAI
API. OpenAI is used for two steps: rewriting the article into a spoken-word script(
GPT-4o-mini model) and synthesizing that script into an MP3 audio file (TTS-1-HD
model). The request is authenticated with the OpenAI API key you enter in the plugin
settings, and usage is billed to your own OpenAI account.

 * Data sent: the article title and body text, the chosen narration voice, and the
   target language.
 * When: each time an article is converted, either manually or by the background
   queue.

OpenAI is a service provided by OpenAI, L.L.C. — Terms: https://openai.com/policies/—
Privacy policy: https://openai.com/policies/privacy-policy/

#### Spreaker

The generated MP3 file is uploaded to the Spreaker API as a new episode of your 
Spreaker show. Spreaker hosts the audio file and distributes the podcast to platforms
such as Spotify, Apple Podcasts and Amazon Music. The request is authenticated with
the Spreaker access token and show ID you enter in the plugin settings, and the 
episode is created under your own Spreaker account.

 * Data sent: the generated audio file, the episode title and description, and (
   if you enable it) the auto-share settings.
 * When: each time an article is converted.

The plugin also embeds Spreaker’s public episode player — an `iframe` loaded from`
widget.spreaker.com` — into converted posts so visitors can listen. This loads only
on posts that have an associated episode.

Spreaker is a service provided by Spreaker Inc. (an iHeartMedia company) — Terms:
https://www.spreaker.com/terms — Privacy policy: https://www.spreaker.com/privacy

## Screenshots

[⌊Dashboard — conversion controls, queue status and lifetime totals.⌉⌊Dashboard —
conversion controls, queue status and lifetime totals.⌉[

Dashboard — conversion controls, queue status and lifetime totals.

[⌊The podcast player is embedded automatically in each converted article.⌉⌊The podcast
player is embedded automatically in each converted article.⌉[

The podcast player is embedded automatically in each converted article.

[⌊Queue management — choose which articles are turned into podcasts, or fill the
queue automatically.⌉⌊Queue management — choose which articles are turned into podcasts,
or fill the queue automatically.⌉[

Queue management — choose which articles are turned into podcasts, or fill the queue
automatically.

[⌊AI configuration — add your OpenAI API key and pick the narration voice.⌉⌊AI configuration—
add your OpenAI API key and pick the narration voice.⌉[

AI configuration — add your OpenAI API key and pick the narration voice.

[⌊Connect your Spreaker account to publish and distribute episodes.⌉⌊Connect your
Spreaker account to publish and distribute episodes.⌉[

Connect your Spreaker account to publish and distribute episodes.

## Installation

 1. Upload the `akavoice-ai-article-to-podcast` folder to `/wp-content/plugins/`, or
    install the plugin through the WordPress **Plugins** screen.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Open the new **AkaVoice** menu in your admin sidebar.
 4. Go to **AkaVoice  Settings**, enter your Spreaker access token and show ID, and
    your OpenAI API key, then run the connection tests.
 5. From the Dashboard, click **Fill queue from posts** to load your articles, then**
    Process next article** to run your first conversion.

## FAQ

### Is the plugin really free, with no limits?

Yes. The plugin is free and has no usage limit — no monthly quota, no per-conversion
fee, no subscription. The only cost is your own OpenAI API usage, which you pay 
to OpenAI directly.

### Do I need a paid OpenAI account?

You need an OpenAI API account with a small amount of credit. Each conversion uses
GPT-4o-mini for the rewrite and TTS-1-HD for the voice, which together usually cost
only a few cents. You pay OpenAI directly; AkaVoice never charges you.

### Are my API keys safe?

Yes. Your keys are encrypted with AES-256-CBC in the WordPress database, using a
key derived from your site’s authentication salts — they are never stored in plain
text. They are decrypted only at the moment a request is sent to OpenAI or Spreaker.

### Does the plugin send my data anywhere else?

No. The plugin contacts only OpenAI and Spreaker, and only when you convert an article.
It does not register your site, does not send usage statistics, and does not contact
the plugin author’s servers. See the **External Services** section above for the
full disclosure.

### Can I use a different text-to-speech provider, like Azure or Google?

This free plugin uses OpenAI for voice synthesis. Additional engines (Microsoft 
Azure and Google Gemini) are available in the separate AkaVoice Pro plugin.

### Which languages are supported?

The plugin can rewrite and narrate articles in English, Italian, Spanish, French,
German and Portuguese. You choose the language in the plugin settings.

### Does it work with the Block Editor, Classic Editor and page builders?

Yes. Converted posts receive an `[akavoice_player]` shortcode (with a legacy `the_content`
fallback for older posts), so the player works regardless of the editor used to 
create the post.

### How do I remove everything the plugin created?

Deactivate and delete the plugin from the WordPress **Plugins** screen. The uninstall
routine removes all plugin options, the custom database tables and the post meta
it created. Episodes already published on Spreaker are not affected.

## Reviews

![](https://secure.gravatar.com/avatar/53b74561e01d5f7f03ea8b4e40f3a5f2b1c380bb8b1e3c1b1fa81357cf4066c0?
s=60&d=retro&r=g)

### 󠀁[Simple ad useful](https://wordpress.org/support/topic/simple-ad-useful/)󠁿

 [cmistico](https://profiles.wordpress.org/cmistico/) May 21, 2026

We installed the plugin on the torrinomedica.it website. We configured it very easily
and created around 1,500 podcasts, published on Spreaker and various platforms such
as iHeart, Amazon, etc., without any issues. Truly an excellent product — highly
recommended.

 [ Read all 1 review ](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/reviews/)

## Contributors & Developers

“AkaVoice – AI Article to Podcast” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ akavoice ](https://profiles.wordpress.org/akavoice/)

[Translate “AkaVoice – AI Article to Podcast” into your language.](https://translate.wordpress.org/projects/wp-plugins/akavoice-ai-article-to-podcast)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/akavoice-ai-article-to-podcast/),
check out the [SVN repository](https://plugins.svn.wordpress.org/akavoice-ai-article-to-podcast/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/akavoice-ai-article-to-podcast/)
by [RSS](https://plugins.trac.wordpress.org/log/akavoice-ai-article-to-podcast/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0

 * Initial public release on WordPress.org.
 * Converts WordPress articles into podcast episodes using OpenAI (GPT-4o-mini rewriting
   and TTS-1-HD voice synthesis).
 * Uploads episodes to your Spreaker show for distribution to Spotify, Apple Podcasts,
   Amazon Music and more.
 * Background conversion queue with manual and automatic processing.
 * Encrypted bring-your-own-keys storage (AES-256-CBC) for OpenAI and Spreaker credentials.
 * `[akavoice_player]` shortcode to embed the episode player, with a `the_content`
   fallback.
 * No usage limit, no subscription and no site registration.

## Meta

 *  Version **2.0**
 *  Last updated **2 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.5**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[audio](https://wordpress.org/plugins/tags/audio/)
   [podcast](https://wordpress.org/plugins/tags/podcast/)[spreaker](https://wordpress.org/plugins/tags/spreaker/)
   [text to speech](https://wordpress.org/plugins/tags/text-to-speech/)
 *  [Advanced View](https://wordpress.org/plugins/akavoice-ai-article-to-podcast/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/reviews/)

## Contributors

 *   [ akavoice ](https://profiles.wordpress.org/akavoice/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/akavoice-ai-article-to-podcast/)