开发者 |
hasanazizul
atlasaidev |
---|---|
更新时间 | 2024年10月30日 19:25 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.6.2 |
版权: | 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"]
[atlasvoice]
.
1.7.25 ( 13 Oct 2024 )
Updated: Freemius SDK update.
Fixed: Number format issue fixed. Text To Speech Pro : How To Implement Number Format?
Fixed: Multiple player issue fixed for "Default Pro" player.
Fixed: MP3 file generation total batch issue fixed.
1.7.24 ( 30 Sep 2024 )
Fixed: customization menu page issue fixed.
Fixed: MP3 file generation issue.
1.7.23 ( 30 Sep 2024 )
Fixed: customization menu page issue fixed.
1.7.22 ( 30 Sep 2024 )
Added: Display player to multiple user type option added.
Added: Who can download the MP3 option added.
Improved: MP3 File generation system improved and optimized.
Improved: MP3 player speed settings updated and optimized.
Fixed: Default Pro player mouse pointer issue solved.
Improved: Google Cloud text to speech MP3 file generation, character limit reduced.
Fixed: Text Alias issue fixed.
1.7.21 ( 23 Sep 2024 )
Added: Translate Multilingual sites – TranslatePress.
Fixed: WPML Translation issue fixed.
Fixed: Content clean issue fixed.
Fixed: Edit page issue fixed.
Improved: Load assets only where needed.
Improved: MP3 file name issue update.
Improved: MP3 file generation process improved.
1.7.20 ( 17 Sep 2024 )
Fixed: File Name issue fixed.
Fixed: No Sleep on mobile version.
Fixed: Constant issue on pro version.
Fixed: Thundering Herd Problem in pro version.
1.7.19 ( 15 Sep 2024 )
Fixed: Minor bug fixed.
1.7.18 ( 12 Sep 2024 )
Fixed: Undefined array key "buttonSettings" issue fixe.
Improved: MP3 file generation process improved.
Added: Filter tts_file_name
added.
1.7.17 ( 10 Sep 2024 )
Fixed: WP-Rocket Plugin Caching issue solved.
Fixed: Player loading issue solved.
1.7.16 ( 06 Sep 2024 )
Added: Player customization for pro version added.
1.7.15 ( 05 Sep 2024 )
Fixed: Player display issue fixed.
1.7.14 ( 05 Sep 2024 )
Fixed: Pro version loader issue fixed.
Improved: Dashboard UI improved.
1.7.13 ( 02 Sep 2024 )
Improved: Dashboard UI improved.
Added: Youtube Documentation Added.
1.7.12 ( 28 Aug 2024 )
Introduced: Player position system introduced.
1.7.11 ( 26 Aug 2024 )
Fixed: How To Stop Pause Of Text To Speech WordPress Plugin Player After Switching Tab?.
Added: In the pro version Hebrew, Bulgarian language added.
1.7.10 ( 21 Aug 2024 )
Fixe: player icon issue fixed.
1.7.9 ( 20 Aug 2024 )
tta__button_text_arr
learn more
Improved: Dashboard UI improved.
1.6.25 ( 08 July 2024 )
Tested: WP 6.6 tested.
Fixed: MP3 file generate issue solved.
Fixed: Edit page design broken issue solved.
1.6.24 ( 04 July 2024 )
Improved: Unnecessary API call removed.
Fixed: Post edit page UI broken issue solved.
Fixed: Content sanitization improved.
1.6.22 ( 01 July 2024 )
Improved: Instruction improved.
Added: Support notice added.
Added: Error handler added.
Improved: Load MP3 file from proper folder in pro version.
1.6.21 ( 26 June 2024 )
Added: Language Mapping for Gtranslate and WPML plugin added.
Fixed: Minor bug fixed.
1.6.20 ( 18 June 2024 )
Added: AtlasVoice
shortcode added.
Fixed: Dashboard notification issue fixed.
1.6.19 ( 10 June 2024 )
Added: tts_get_player_id
filter modified. $post
parameter added.
Added: tta_should_load_button
filter modified. $post
parameter added.
Updated: Settings default value changed.
Added: Delimiter added after heading tags if needed in free and pro version.
Added: tts_pro_exclude_between_delimiters
added in the pro version to exclude content example : add_filter('tts_pro_exclude_between_delimiters', function($arr) { return [ 'curly' => '{{...}}', //.......... ]; });
Added: tts_pro_delimiter_addable_tags
added in the pro version to add delimiter if needed. example : `
add_filter('tts_pro_delimiter_addable_tags', function($arr) {
// all heading tags are added by default.
return $arr; // push your desired tags.
});
`.
1.6.18 ( 10 June 2024 )
Added: delimiter added after heading tags if needed.
1.6.17 ( 08 June 2024 )
Fixed : Bug fixed.
1.6.16 ( 05 June 2024 )
Added: Exclude Category To Speak.
Added: Exclude Tag To Speak.
1.6.15 ( 02 June 2024 )
Fixed: tta__content_title
filter issue fixed.
1.6.14 ( 30 May 2024 )
Added: Dashboard munus reordering.
Fixed: Integration menu API calling issue fixed.
Fixed: Bug fixed of TTA_Helper.php file.
Added: Translation Notice added.
Removed: Feedback, Plugin Pro features, Compatibility notices removed.
1.6.13 ( 27 May 2024 )
Added: Delimeter add for title functionality improved.
Added: Language get functionality improved.
Added: Single post CSS selector added for pro version.
1.6.12 ( 23 May 2024 )
Added: Default value set.
Added: Customization Demo MP3 updated.
1.6.11 ( 20 May 2024 )
Added: PHP 8.2 tested.
Added: Pro version contstant issue solved.
Added: Button floating disable option added for pro version added.
1.6.10 ( 18 May 2024 )
Added: Default Pro button selection issue fixed.
1.6.9 ( 17 May 2024 )
Added: SpeechSynthesis browser support notice added.
Updated: documentation added.
1.6.8 ( 16 May 2024 )
Added: Backup MP3 file to Google Cloud Storage System added.
1.6.7 ( 13 May 2024 )
Added: Shortcode tag introduced. [atlasvoice position="after"]This is example content for after button positioning. [/atlasvoice]
1.6.6 ( 09 May 2024 )
Added: Cache exclude for various plugins issue fixed.
Added: UI improvement.
Added: MP3 file space issue solved.
1.6.5 ( 06 May 2024 )
Added: Compatibility with Payment forms, Buy now buttons and Invoicing System plugin.
Added: Display notice for bccomp PHP package missing for pro version.
1.6.4 ( 02 May 2024 )
Added: Settings added to stop auto play after switching tab.
Added: Default button set during plugin activation.
1.6.3 ( 30 Apr 2024 )
Added: Compatible with LiteSpeed Cache Plugin
Added: Compatible with WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance Plugin
Added: Compatible with Autoptimize Plugin
Added: Compatible with W3 Total Cache Plugin
Added: Compatible with Speed Optimizer – The All-In-One WordPress Performance-Boosting Plugin
1.6.2 ( 28 Apr 2024 )
Added: Player loader added in pro version.
1.6.1 ( 24 Apr 2024 )
Added: Display button based on user login status.
1.6.0 ( 22 Apr 2024 )
tts_rest_route_access
for modifying the rest route create.tts_pro_rest_route_access
for modifying the rest route create.tts_player_pro_customizations
for customizing "Default Pro" button.tts_player_customizations
for customizing button icon.tts_clean_gtts_folder
filter added to delete all MP3 files delete in pro version.tts_ignore_match_80_percent
filter added.tta__button_text_arr
filter functionality improved.text_to_read
added.