Linux 软件免费装
Banner图

Text To Speech TTS Accessibility

开发者 hasanazizul
atlasaidev
更新时间 2024年10月30日 19:25
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.6.2
版权: GPLv3 or later
版权网址: 版权信息

标签

speech tts accessibility text to speech text to audio

下载

1.0.4 1.3.20 1.4.2 1.7.28 1.7.29 1.7.3 1.7.8 1.5.0 1.3.24 1.6.13 1.1.1 1.0.2 1.1.2 1.5.27 1.5.6 1.0.0 1.0.3 1.1.5 1.2.1 1.2.5 1.1.6 1.2.2 1.2.3 1.2.4 1.5.23 1.7.14 1.7.15 1.3.12 1.3.17 1.3.8 1.1.3 1.1.4 1.3.5 1.0.1 1.3.3 1.3.7 1.3.21 1.5.2 1.5.3 14.15 1.4.6 1.5.1 1.3.19 1.4.9 1.5.14 1.5.15 1.5.16 1.3.14 1.3.18 1.4.1 1.4.14 1.4.23 1.4.5 1.5.11 1.5.17 1.5.19 1.5.25 1.5.8 1.5.13 1.5.26 1.5.29 1.5.5 1.5.7 1.6.4 1.3.0 1.3.16 1.4.4 1.6.0 1.6.6 1.7.4 1.3.9 1.4.16 1.5.21 1.5.22 1.6.10 1.6.15 1.6.2 1.6.5 1.4.0 1.6.11 1.6.7 1.6.16 1.3.23 1.3.25 1.4.11 1.4.19 1.4.20 1.6.12 1.6.14 1.6.17 1.6.18 1.6.20 1.6.9 1.4.18 1.5.28 1.6.21 1.4.22 1.5.30 1.6.22 1.4.8 1.6.1 1.6.24 1.7.10 1.7.2 1.3.13 1.3.6 1.4.10 1.4.13 1.4.15 1.5.10 1.5.12 1.6.19 1.6.26 1.6.8 1.7.1 1.3.10 1.4.21 1.5.20 1.5.4 1.7.0 1.7.5 1.3.15 1.3.22 1.4.7 1.6.3 1.7.11 1.7.7 1.7.12 1.3.11 1.3.2 1.4.3 1.7.13 1.7.17 1.7.18 1.7.19 1.7.20 1.7.21 1.7.6 1.7.9 1.7.23 1.7.24 1.3.4 1.4.12 1.4.17 1.5.18 1.5.9 1.6.25 1.7.25 1.3.1 1.5.24 1.7.16 1.7.26 1.7.27

详情介绍:

Text To Speech TTS Accessibility is the most user-friendly Text-to-Speech tts plugin. Just install and automatically add a text to audio player to your WordPress site! No Registration, No Account, No API installation required. Simply install and let your visitors listen. Enhance your WordPress and WooCommerce website's accessibility and engage users with the Text To Speech TTS Accessibility Plugin. This free plugin empowers your site with text-to-speech functionality, making your content available in over 51 languages, catering to diverse audiences worldwide. Right after you install this text to speech free plugin, it will automatically start displaying an easy-to-use player on selected post/page types, giving visitors the option to listen to your website's written content at their own pace.

安装:

  1. From your WordPress admin go to Plugins>> Add New. Search for the plugin Text To Speech TTS Accessibility. Install and Activate.
  2. Alternatively download the plugin from WordPress Plugin repository.
  3. Go to Plugins > Add New and Upload the plugin zip file you downloaded and activate it.
  4. Go to "Text To Speech" menu and configure your settings

屏幕截图:

  • Player 2.
  • Player 3.
  • Settings Page.
  • Post Content Customization.
  • Integrate Google Cloud Text To Speech In Pro Version.
  • Choose Multiple Player.
  • Player Customization.
  • Individual Post Content Customization.

升级注意事项:

0.1 This version fixes a security related bug. Upgrade immediately.

常见问题:

Does Text To Speech Support All Android Phones ?

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.

Does Text To Speech Support My Language?

Text To Speech Pro TTS Accessibility supports these languages. Text To Speech Free TTS Accessibility supports these languages.

Does Text To Speech Support Multilingual Plugins ?

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.

Does Text To Speech Support Custom Post Types ?

Yes, pro version of Text To Speech plugin supports custom post types.

Content Missing From Post

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:

  1. Install the plugin Code Snippets
  2. Select "Snippets" and then "Add New."
  3. Create a new snippet with the following code: ` add_filter( 'tta__content_description', 'tta__content_description_callback', 10, 3 ); function tta__content_description_callback ( $output, $description, $post_id ) {
$output .=" extra content here"; return $output; } ` This filter allows you to append extra content to your posts dynamically.

Can I Restrict/Exclude Certain Words From Playing?

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:

  1. Navigate to the Settings tab of Text to Speech Pro.
  2. Look for the "Exclude Texts To Speak" textarea.
  3. In this field, you can list the words or phrases you wish to exclude from being read aloud.
  4. If you want to exclude multiple words or phrases, simply separate them using the pipe symbol (|).
With this capability, you can fine-tune the playback experience, ensuring that only the desired content is read aloud to your audience.

Is it possible to exclude specific HTML tags from being read aloud by the Text to Speech plugin?

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.

How to add a button in the Gutenberg block?

To incorporate a listening button via the Gutenberg block editor, follow these simple steps:

  1. Open the Gutenberg block editor for your page or post.
  2. Search for the "Customize Button" block.
  3. Add the block to your content.
  4. Customize the button by adjusting parameters such as color, background color, and width.
  5. Optionally, apply custom CSS to further tailor the button to your preferences.

How to change button text?

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.

How to add custom CSS class to button?

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.

How to change button background and text color?

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.

How to change voice and language by shortcode?

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"]

更新日志:

TRANSLATION REQUEST We are looking for people to help in translating this amazing plugin. If you can help we would love here from you. Help us & the WordPress community to translate the plugin. You can contact with us. We'll guide you how to translate. 1.7.29 ( 30 Oct 2024 ) Fixed: After update player button issue fixed. Fixed: Documentation updated. 1.7.28 ( 29 Oct 2024 ) Fixed: After update of post caching issue fixed. Fixed: German language mp3 file generate issue fixed. 1.7.27 ( 21 Oct 2024 ) Introduced: ChatGPT Text To Speech API introduced. Fixed: MP3 file generation for German language issue fixed. Fixed: MP3 player hide issue after click on play button for Google Cloud TTS player issue fixed. Improved: Dashboard UI improved. 1.7.26 ( 16 Oct 2024 ) Fixed: Multiple enqueue for player data is fixed. Fixed: Multiple player issue fixed. Added: new shortcode added [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 ) 1.7.8 ( 17 Aug 2024 ) 1.7.7 ( 13 Aug 2024 ) 1.7.6 ( 11 Aug 2024 ) 1.7.5 ( 4 Aug 2024 ) Introduced: Text alias introduced. 1.7.4 ( 28 July 2024 ) 1.7.3 ( 26 July 2024 ) 1.7.2 ( 23 July 2024 ) 1.7.1 ( 17 July 2024 ) Introduced: Affiliate programme introduced. Fixed: pro version activation error fixed. Improved: code readability improved. 1.7.0 ( 15 July 2024 ) Introduced: Analytics added. Fixed: FireFox, Microsoft Edge browser issue fixed. Improved: Caching functionality improved. 1.6.26 ( 11 July 2024 ) Fixed: Shortcode placement issue fixed. Fixed: Player button text and player hover title change by filter 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 ) 1.5.30 ( 15 Apr 2024 ) 1.5.29 ( 15 Apr 2024 ) 1.5.28 ( 09 Apr 2024 ) 1.5.27 ( 08 Apr 2024 ) 1.5.26 ( 05 Apr 2024 ) 1.5.25 ( 02 Apr 2024 ) 1.5.24 ( 28 Mar 2024 ) 1.5.23 ( 26 Mar 2024 ) 1.5.22 ( 25 Mar 2024 ) 1.5.21 ( 22 Mar 2024 ) 1.5.20 ( 18 Mar 2024 ) 1.5.19 ( 12 Mar 2024 ) 1.5.18 ( 12 Mar 2024 ) 1.5.17 ( 08 Mar 2024 ) 1.5.16 ( 04 Mar 2024 ) 1.5.15 ( 28 Feb 2024 ) 1.5.14 ( 22 Feb 2024 ) 1.5.13 ( 19 Feb 2024 ) 1.5.12 ( 15 Feb 2024 ) 1.5.11 ( 10 Feb 2024 ) 1.5.10 ( 05 Feb 2024 ) 1.5.9 ( 05 Feb 2024 ) 1.5.8 ( 02 Feb 2024 ) 1.5.7 ( 29 Jan 2024 ) 1.5.6 ( 24 Jan 2024 ) 1.5.5 ( 22 Jan 2024 ) 1.5.4 ( 19 Jan 2024 ) 1.5.3 ( 14 Jan 2024 ) 1.5.2 ( 7 Jan 2024 ) 1.5.1 ( 6 Jan 2024 ) 1.5.0 ( 28 Dec 2023 ) 1.4.23 ( 25 Dec 2023 ) 1.4.22 ( 13 Dec 2023 ) 1.4.21 ( 13 Dec 2023 ) 1.4.20 ( 13 Dec 2023 ) 1.4.19 ( 05 Dec 2023 ) 1.4.18 ( 02 Dec 2023 ) 1.4.17 ( 01 Dec 2023 ) 1.4.16 ( 13 Nov 2023 ) 1.4.15 ( 13 Nov 2023 ) 1.4.14 ( 10 Nov 2023 ) 1.4.13 ( 05 Nov 2023 ) 1.4.12 ( 30 Oct 2023 ) 1.4.11 ( 26 Oct 2023 ) 1.4.10 ( 19 Oct 2023 ) 1.4.9 ( 17 Oct 2023 ) 1.4.8 ( 09 Oct 2023 ) 1.4.7 ( 5 Oct 2023 ) 1.4.6 ( Sep 30 , 2023) 1.4.5 ( Sep 21 , 2023) 1.4.4 ( Sep 14 , 2023) 1.4.3 ( Sep 10 , 2023) 1.4.2 ( Sep 07 , 2023) 1.4.1 ( Sep 6 , 2023)