| 开发者 |
hasanazizul
atlasaidev freemius |
|---|---|
| 更新时间 | 2025年11月12日 22:11 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.8.3 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
Yes, Text To Speech supports all Android phones. However, full support is exclusively available in the pro version. The free version has certain limitations. Here's what you need to know: Text To Speech TTS plugin relies on the browser's API, with no external API used. The speechSynthesis API varies from browser to browser and device to device. Consequently, voices and languages may differ based on the browser used. For example, a language available on a desktop may not be available on a mobile phone, and a voice available on a desktop may not be available on Android. In that case, the browser will play the default voice it supports. Overall, your users will still be able to listen to the content from almost all devices despite the voice change. If you encounter any browser-related issues, please submit a ticket for assistance.
Yes, the pro version of the Text To Speech plugin currently supports WPML, TranslatePress and Gtranslate. We plan to extend support to Loco Translate, and Polylang soon.
Yes, pro version of Text To Speech plugin supports custom post types.
If content is missing from your post, you have multiple options to add it dynamically. In the pro version, you can utilize CSS Selectors, which allow you to target specific elements on your pages and posts. To use CSS Selectors, navigate to the Settings menu of the plugin and add the relevant selectors under Add CSS Selector. These selectors can span across multiple pages, offering dynamic content addition. This method offers flexibility compared to filters, which are static in nature. Additionally, you can add missing content through filters. Here's an example of how to do it:
Absolutely! You have the flexibility to exclude specific content from being read aloud, and this feature is available in the pro version of Text to Speech. Here's how to exclude words from playback:
Of course! With the pro version of Text to Speech, you gain the ability to skip the content enclosed within certain HTML tags during playback. Here's how it works: *Navigate to the Settings tab of Text to Speech Pro. *Locate the "Exclude Tag's Content" textarea. *In this field, you can specify the HTML tags whose content you want to exclude from being read aloud. *If you need to skip multiple tags, simply separate them using the pipe symbol (|). By utilizing this feature, you can tailor the reading experience to your preferences, ensuring that specific HTML elements are omitted from the audio playback.
To incorporate a listening button via the Gutenberg block editor, follow these simple steps:
You have two methods to modify the button text. One is by utilizing shortcode attributes, and the other is by adding a filter. However, please note that filters always take precedence over shortcode attributes. Shortcode Example: ` [atlasvoice listen_text="Listen" pause_text="Pause" resume_text="Resume" replay_text="Replay"] ` Filter Example: Install the plugin Code Snippets, then navigate to Snippets > Add New. Create a new snippet with the following code block: ` add_filter('tta__button_text_arr', 'tta__button_text_arr_callback'); function tta__button_text_arr_callback($text_arr) { return [ 'listen_text' => 'Listen', 'pause_text' => 'Pause', 'resume_text' => 'Resume', 'replay_text' => 'Replay', 'listen_hover_title' => 'listen title', 'pause_hover_title' => 'pause title', 'resume_hover_title' => 'resume title', 'replay_hover_title' => 'replay title', ]; } ` Replace 'Listen', 'Pause', 'Resume', and 'Replay' with your desired custom text.
You can add a custom CSS class to the button by including it as an attribute in the shortcode. Here's an example: ` [atlasvoice class="custom_class"] ` Replace "custom_class" with the name of your desired CSS class. This allows you to apply specific styling to the button using your custom CSS rules.
You can easily customize the button background and text color directly from the plugin's dashboard customization menu. Additionally, you have the option to modify these settings using the customization button block in the block editor.
You can customize the voice and language of the text-to-speech player using shortcode. Here's how:
[atlasvoice lang="en-GB" voice="Google US English"]
Please report security bugs found in the source code of the Text To Speech TTS plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
ttsProLink filter added.
Added: Pro version MP3 file loader text translation system added.
Fixed: minor bug fixed.
1.8.16 ( 26 Feb 2025 )
Fixed: Speed option is hidden on listening menu.
Fixed: MP3 file generating issue fixed.
Fixed: Bulk mp3 file generate with google cloud tts issue fixed.
Added: compatibility added Yoast Duplicate Post,
Duplicate Post,
Duplicate Page
1.8.15 ( 13 Feb 2025 )
Updated: Documentation update of the plugin. on "Docs" menu
1.8.14 ( 12 Feb 2025 )
Fixed: Error issue fixed.
1.8.13 ( 10 Feb 2025 )
Added: Display player based on date range in pro version.
1.8.12 ( 27 Jan 2025 )
Updated: Freemius version updated.
1.8.11 ( 26 Jan 2025 )
Fixed: Default Player default value issue solved.
Fixed: Pro version mp3 file load issue solved.
Fixed: Default player voice pitch issue solved.
Fixed: GTranslate plugin allowed language issue solved.
Added: ttsSetSelectedLanguageFromDom JS Filter added.
Fixed: Generate Bulk MP3 page font family change issue solved.
1.8.10 ( 16 Jan 2025 )
Fixed: ACF/ACF Pro plugin error with Text To Speech Plugin issue solved.
1.8.9 ( 15 Jan 2025 )
Added: Border Radius for "Default Player" added.
Improved: Pro version features list UI improved.
Improved: Customization menu design section UI improved .
Fixed: Block CSS and dashboard CSS combination issue solved.
Fixed: Plugins page documentation url issue fixed.
1.8.8 ( 11 Jan 2025 )
Fixed: Tagging version issue fixed.
1.8.7 ( 10 Jan 2025 )
Fixed: default player design improved.
1.8.6 ( 07 Jan 2025 )
Fixed: Font family issue fixed.
1.8.5 ( 05 Jan 2025 )
Fixed: Customize Button block issue fixed.
Improved: Bulk MP3 feature improved.
Unnecessary code removed
1.8.4 ( 19 Dec 2024 )
Fixed: Autoload issue fixed.
Fixed: Absolute issue fixed.
1.8.3 ( 19 Dec 2024 )
Fixed: Pro version notice issue fixed.
1.8.2 ( 19 Dec 2024 )
Improved: Pro version and free version performance issue improved.
Improved: Dashboard documentation link improved.
Improved: Pro version player scroll issue with elementor solved.
1.8.1 ( 08 Dec 2024 )
Fix: emergency bug fix.
Fix: pro license activation issue solved.
1.8.0 ( 08 Dec 2024 )
Removed: Unnecessary Code removed.
Fixed: Pro version license activation issue solved.
Improved: Pro version and free version performance issue improved.