| 开发者 |
hasanazizul
atlasaidev freemius |
|---|---|
| 更新时间 | 2026年1月18日 13:51 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | 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.
[atlasvoice id='post_id']
Added : Add audio schema for pro version
Added : Read Content from DOM (pro version)
2.1.0 ( 13 Jan 2026 )
Improved : Integration menu UI improved.
Improved : Customization menu UI improved.
Improved : Listening menu UI improved.
2.0.1 ( 28 December 2025 )
Notice added : Notice add for translation
Notice added : Notice add for holiday deal
2.0.0 ( 13 December 2025 )
Introduced : New UI introduced
1.9.36 ( 12 December 2025 )
Fixed : Player disappearance issue solved.
1.9.35 ( 11 December 2025 )
Fixed : Voice missing issue (free)
Compatible : Make plugin Compatible with Avada, Divi, WPBackery theme.
Fixed: Long sentence issue fixed. (Pro)
Support: PHP 7.4 support
Fixed: Player Double issue fixed (pro)
1.9.34 ( 7 December 2025 )
Fixed : notice issue fixed.
Checked : WordPress 6.9 tested
1.9.33 ( 27 November 2025 )
Removed : Plugin compatible notice removed.
Added: Black Friday Banner Added.
1.9.32 ( 21 November 2025 )
Added : Tracing Device information added.
Improved: Analytics UI improved.
Fixed: Unnecessary content wrapper removed.
1.9.31 ( 12 November 2025 )
Fixed : Security issue fixed by patchstack.
1.9.30 ( 10 November 2025 )
Improved : Backup MP3 file text improved
Removed : Unnecessary code removed
1.9.29 ( 04 November 2025 )
Fixed: MP3 player duplicate issue solved.
Fixed: Analytics data tract problem on firefox and safari browser.
1.9.28 ( 28 October 2025 )
Added : Search analytics by post ID on analytics menu (free )
Added : Search analytics by date range on analytics menu ( pro ).
1.9.27 ( 21 October 2025 )
Added : Voice and language missing in free version notice added.
Fixed: MP3 file name mismatch issue fixed (pro)
1.9.26 ( 14 October 2025 )
Added : When MP3 file name is empty post ID will be file name.
1.9.25 ( 01 October 2025 )
Fixed : Custom CCS not working issue fixed.
1.9.24 ( 25 September 2025 )
Added: Default Player Hover text color change UI option added.
Fixed Minor bug fixed related to default player.
1.9.21 ( 20 September 2025 )
Removed: Unnecessary code removed.
Added: Notice added for SpeechSynthesis API
1.9.20 ( 13 September 2025 )
Fixed: MP3 file exist check function issue fixed.
Fixed: Player adding function call multiple time issue fixed.
Fixed: ShortCode position update issue fixed.
Fixed: Edit page console error fixed.
1.9.19 ( 11 September 2025 )
Improved: shortcode functionality improved.
updated: documentation updated.
1.9.18 ( 04 September 2025 )
Fixed: Player select issue solved.
1.9.17 ( 31 August 2025 )
Removed: Unnecessary code removed.
1.9.16 ( 28 August 2025 )
Fixed: Pro version GTranslate Translation issue fixed.
Fixed: Google Cloud Text To Speech Voice issue on "listening menu" fixed.
Updated: Google cloud Text To Speech , Cloud Storage, Protobuf package update.
Improved: performance improved.
Updated: freemius version update to 2.121
1.9.15 ( 21 August 2025 )
Fixed: post excerpt issue solved.
Improved: performance improved.
Updated: freemius version update to 2.121
1.9.14 ( 18 August 2025 )
Fixed: Google cloud text to speech voice and language issue solved.
Fixed: ShortCode not working issue solved.
1.9.13 ( 17 August 2025 )
Fixed: Google Cloud Backup issue solved.
Added: UI added to create Google Cloud Storage Bucket Name.
Renamed: "Google TTS Pro" Player name changed to "AtlasVoice TTS Pro"
Fixed: Eidit page console error fixed.
Fixed: Minor issue fixed.
Improvement: performance improvement
1.9.12 ( 13 August 2025 )
Fixed: missing categories issue fixed.
Fixed: missing tags issue fixed.
Fixed: missing post type issue fixed.
Fixed: missing post status issue fixed.
Added: Custom listeners added during mp3 file download.
1.9.11 ( 08 August 2025 )
Fixed: Customization menu player demo issue fixed.
1.9.10 ( 05 August 2025 )
Improved: Player loading performance improved.
Fixed: UI releated bug fixed.
1.9.9 ( 31 July 2025 )
Fixed: Post Edit page Category hieght issue fixed.
Fixed: Player not on working on mobile or tab issue fixed.
Improved: Pro version performance improved.
1.9.8 ( 27 July 2025 )
Improved: Settings page UI functionality and readability Improved.
Added: "Continue Reading After Switching To Another Tab" settings option introduced.
1.9.7 ( 22 July 2025 )
Fixed: API related bug fixed.
1.9.6 ( 21 July 2025 )
Improved: Player UI improved.
1.9.5 ( 17 July 2025 )
Improved: UI improvement done.
Fixed: bug fixed.
Added: How to install text to speech plugin? added.
1.9.4 ( 15 July 2025 )
Fixed: Dynamic voice selection issue fixed.
1.9.3 ( 15 July 2025 )
Fixed: Issue with start playing issue solved.
Fixed: Issue with other languages like Italian fixed.
1.9.2 ( 09 July 2025 )
Analytics Enable default value change.
1.9.1 ( 03 July 2025 )
minor change
1.9.0 ( 17 June 2025 )
Improved: Performance improved.
Removed: Unnecessary code removed.
Fixed: minor bug fixed.
1.8.31 ( 13 June 2025 )
Fixed: Listening voice saving issue solved.
Added: (Augmented Reality)[https://wordpress.org/plugins/ar-vr-3d-model-try-on/] plugin introduced.
1.8.30 ( 01 June 2025 )
Added: Option added for text before content.
Added: Option added for text after content.
1.8.29 ( 28 May 2025 )
Added: MP3 file load improved.
Added: "tts_pro_change_post_by_force" action added.
1.8.28 ( 21 May 2025 )
Added: Player margin adding UI added to the "Customization" menu.
1.8.27 ( 15 May 2025 )
Added: Post excerpt adding UI included in settings page.
1.8.26 ( 12 May 2025 )
Added: Google Cloud Text To Speech Demo audio added.
Added: ChatGPT Text To Speech Demo audio added.
1.8.25 ( 08 May 2025 )
Added: Bengali, Urdu, Portuguese ( Portuguese) Languages added to pro version.
1.8.24 ( 06 May 2025 )
Added: Post Title add or remove UI added to settings page.
1.8.23 ( 29 April 2025 )
Fixed: MP3 file generate and delete issue solved.
1.8.22 ( 24 April 2025 )
Fixed: content not reading in english is solved.
1.8.21 ( 14 April 2025 )
Fixed: GTranslate pro version support given in pro version.
Fixed: When title is removed by filter mp3 file is same in all pages.
Fixed: Who Can Download MP3 File issue
1.8.20 ( 08 April 2025 )
Added: Compatibility with 6.8
Removed: Unnecessary notices.
1.8.19 ( 25 Mar 2025 )
Added: Documentation update to "Doc" menu
1.8.18 ( 14 Mar 2025 )
Introduced: Analytics summery added.
Fixed: API URL issue fixed.
Fixed: Analytics time issue fixed for single post.
1.8.17 ( 07 Mar 2025 )
Introduced: MP3 file upload manually.
Fixed: GTranslate plugin selector issue solved.
Added: 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.