← Blog · 8 August 2026 · Lire en français

French text to speech for your website: how it actually plugs in

You have a website, not an engineering project, and you want an audio version of your articles. The three possible routes, plugin, API or RSS feed, and the real time each one takes.

When you already run a website, the question is rarely "which speech synthesis tool is best". It becomes something far more practical: how does this fit into my site without turning into a multi-week project. That is the right question, because a perfect voice tool that needs three months of integration never gets installed, while a decent one that connects in an afternoon will be reading your articles tomorrow.

There are exactly three routes to add an audio version to a site. None is better in the abstract. The right one is whichever matches what your site already is. Here are all three, with the real time each takes, and no optimistic rounding.

The plugin, if your site runs on WordPress

This is the most common case, and the fastest. You install a plugin like any other, activate it with your licence key, and then make a single decision: automatic generation, where the audio is created the moment an article is published, or manual generation, where the author triggers it after listening to the result.

The real time: a few minutes to install and activate, roughly the time it takes to paste a key. No code at all. If you can install a WordPress plugin, you can do this. That path is laid out on the WordPress page, and the plugin can be downloaded there without even creating an account, so you can try it before committing to anything.

The API, if you have an in-house publishing chain

If your site does not run on an off-the-shelf CMS but on a chain built in-house, integration goes through a single call: when an article is published, you send its text and get back the address of the audio. An identifier you supply (your own system's) prevents duplicates and handles updates, so an article sent twice does not produce two audios.

The real time: budget about half a day of development to wire up this one hook, the exact place where your code already publishes. It is not a project, it is a targeted addition. The payoff for that effort is full control over when and how narration is triggered. This mode is described in our guide on WordPress, API or RSS, and the full parameters live on the CMS API page.

The RSS feed, if you would rather touch nothing

The third route is the lightest of all: you do not change your site at all. You provide the address of your RSS feed or your sitemap, and new articles are detected as they appear, the text extracted, the audio produced, with no action on your part.

The real time: setup is a matter of minutes once the feed is given, and the first narration lands as soon as you publish your next article. Zero development, zero template change. It is the option for newsrooms that want to hear what audio sounds like on their real texts before going further, and the exact mechanism is described on the RSS feed page.

The player: one line, whichever route you take

The three routes exist to produce the audio. To display it, one shared gesture remains: a single line of script pasted into your article template. By default the player appears before the first paragraph; if you want it elsewhere, you drop a marker where you want it. On WordPress, the plugin handles this without you touching the theme, which spares you from redoing the work at the next update.

So which one

Let us honestly recap the durations, because that is what decides. The WordPress plugin: a few minutes, no code. The API: half a day of development, for those who control their publishing chain. The RSS feed: a few minutes of configuration, no change to the site. None of the three asks you to rethink how you work, and that is the real test: an audio project that forces the newsroom to change its habits stalls before the first episode.

The substance stays the same whatever the route: it is the quality of French reading that makes the difference, not the integration method. Once the audio is connected, what matters is how the tool says "1,200 €", "SNCF" or "M. Charrier", and that is the subject of the French text to speech page. To compare seriously before committing, our checklist of six questions to ask applies just as well to us as to a competitor.

Give your articles a voice with WeDispatch

This blog is itself voiced by WeDispatch. Curious how it sounds on your content?

Book a demo

Read next