Linux 软件免费装
Banner图

Speakable

开发者 themeshape
shagors
更新时间 2026年6月6日 21:41
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

audio speech tts accessibility text-to-speech

下载

1.0.1

详情介绍:

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: 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

安装:

  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

屏幕截图:

  • 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.0.1 Fixes the player reading related-post content. Recommended upgrade. 1.0.0 Initial release.

常见问题:

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.

更新日志:

1.0.1 1.0.0