Title: Speakable
Author: themeshape
Published: <strong>2026 年 6 月 6 日</strong>
Last modified: 2026 年 6 月 6 日

---

搜索插件

![](https://ps.w.org/speakable/assets/banner-772x250.png?rev=3563153)

![](https://ps.w.org/speakable/assets/icon.svg?rev=3563153)

# Speakable

 作者：[themeshape](https://profiles.wordpress.org/themeshape/)

[下载](https://downloads.wordpress.org/plugin/speakable.1.0.1.zip)

 * [详情](https://cn.wordpress.org/plugins/speakable/#description)
 * [评价](https://cn.wordpress.org/plugins/speakable/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/speakable/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/speakable/#developers)

 [支持](https://wordpress.org/support/plugin/speakable/)

## 描述

Speakable adds a play button to your articles that reads the content aloud using
the browser’s built-in speech synthesis engine. No external API keys, no usage costs,
no third-party services.

**Features:**

 * Play / Pause / Stop controls
 * Adjustable playback speed (0.75x – 2x)
 * Progress bar with sentence counter
 * Voice, pitch, volume, and speed settings from the admin dashboard
 * Enable/disable per post type (Posts, Pages, Products, etc.)
 * Customizable button color with live preview
 * Gutenberg block — place the player anywhere in your content
 * Sticky mini-player that follows users while scrolling
 * Mobile-optimized with large touch targets
 * Accessible: ARIA labels, roles, keyboard navigation, and live regions
 * Zero external dependencies — no third-party scripts, fonts, or services

**Gutenberg Block:**

Search for “Speakable Player” in the block inserter to place the player at any position
in your content. The block automatically disables global auto-insertion for that
post to prevent duplicates.

**How It Works:**

 1. The plugin filters post content to inject a player bar (or use the Gutenberg block)
 2. JavaScript extracts article text and splits it into sentences
 3. Each sentence is spoken using the Web Speech API
 4. Sentence-by-sentence playback avoids Chrome’s known timeout bug

### Source Code and Development

This plugin is fully GPL. The maintained development location is:

https://github.com/devshagor/speakable

The human-readable source for every shipped file is also bundled inside the plugin
itself:

 * Block editor source: `src/blocks/speakable-player/index.js` and `src/blocks/speakable-
   player/editor.css`
 * Block render template (server-side): `src/blocks/speakable-player/render.php`
 * Block metadata: `src/blocks/speakable-player/block.json`
 * All PHP classes are unminified and live under `includes/`
 * All admin/frontend CSS and JS are unminified and live under `assets/`

The contents of `build/blocks/speakable-player/` are produced from `src/blocks/speakable-
player/` using `@wordpress/scripts`.

To regenerate the build output:

    ```
    npm install
    npm run build
    ```

This runs `wp-scripts build --webpack-src-dir=src/blocks --output-path=build/blocks`.
The `npm run start` command provides a development watch mode.

## 屏幕截图

 * [[
 * The player bar on a published article, ready to read the post aloud
 * [[
 * Active playback with progress bar and sentence counter
 * [[
 * Voice settings — choose voice and adjust speed, pitch, and volume
 * [[
 * Display settings — post types, button color, and player position
 * [[
 * Live preview — test the current voice settings before saving
 * [[
 * Analytics overview — TTS-enabled posts and player feature status

## 区块

该插件提供了 1 个区块.

 *   Speakable Player Add a text-to-speech player anywhere in your content. Automatically
   disables the global auto-insertion for this post.

## 安装

 1. Upload the `speakable` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Speakable > Settings to configure voice and display options
 4. Visit any single post to see the player

## 常见问题

### Does this plugin require an API key?

No. It uses the browser’s built-in Web Speech API which is completely free.

### Which browsers are supported?

Chrome 33+, Safari 7+, Firefox 49+, Edge 14+, and most modern mobile browsers.

### Can I place the player anywhere I want?

Yes. Use the “Speakable Player” Gutenberg block to place the player at any position
within your content. When the block is used, global auto-insertion is automatically
skipped for that post.

### Why do voices sound different on different devices?

Voices are provided by the operating system, not the plugin. Available voices vary
by OS (macOS uses Siri voices, Windows uses Microsoft voices, Android uses Google
TTS, etc.).

### Can I choose which post types show the player?

Yes. Go to Speakable > Settings > Display tab and select which post types should
show the player.

### Does the player appear on archive pages?

No. The player only appears on single post/page views, never on archives, search
results, or the homepage.

### Will this slow down my site?

No. The plugin only loads its small CSS and JS files on singular pages where TTS
is enabled. On all other pages the frontend class is not even loaded. No external
scripts, fonts, or services are used.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Speakable」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ themeshape ](https://profiles.wordpress.org/themeshape/)
 *   [ devshagor ](https://profiles.wordpress.org/shagors/)

[帮助将「Speakable」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/speakable)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/speakable/)，查看[SVN仓库](https://plugins.svn.wordpress.org/speakable/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/speakable/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/speakable/)。

## 更新日志

#### 1.0.1

 * Fix: player no longer reads related-post titles or meta — content extraction 
   is now scoped to the player’s own article container.
 * Improvement: the post title is now read before the article body.
 * Docs: added a Source Code and Development section to the readme pointing to the
   public GitHub repository.

#### 1.0.0

 * Initial release
 * Browser-based TTS using Web Speech API
 * Admin settings dashboard under Speakable menu
 * Voice, speed, pitch, and volume controls
 * Enable/disable per post type
 * Customizable button color and position (before/after content)
 * Progress bar and speed control toggles
 * Sticky mini-player during playback
 * Gutenberg block for manual player placement
 * Analytics and Help submenu pages
 * Mobile-optimized touch interface
 * Accessible markup with ARIA attributes and keyboard navigation
 * Performance-optimized: frontend assets only loaded where needed

## 额外信息

 *  版本 **1.0.1**
 *  最后更新：**2 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/speakable/)
 * 标签
 * [accessibility](https://cn.wordpress.org/plugins/tags/accessibility/)[audio](https://cn.wordpress.org/plugins/tags/audio/)
   [speech](https://cn.wordpress.org/plugins/tags/speech/)[text to speech](https://cn.wordpress.org/plugins/tags/text-to-speech/)
   [tts](https://cn.wordpress.org/plugins/tags/tts/)
 *  [高级视图](https://cn.wordpress.org/plugins/speakable/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/speakable/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/speakable/reviews/)

## 贡献者

 *   [ themeshape ](https://profiles.wordpress.org/themeshape/)
 *   [ devshagor ](https://profiles.wordpress.org/shagors/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/speakable/)