Beskrywing
Add functionality to WordPress site to read blogs out loud in more than 30 languages and write blogs by speech in more than 30 languages.
There is no need to create an account itβs completely free. Just install the plugin and enjoy the whole features of the plugin.
Useful Links:
Features:
- Add a play button to any post/page by shortcode β[tta_listen_btn]β.
- Write your post by speech from the mobile, desktop, tab, or any device.
- Write comment by speech on any post.
- Unlimited text to speech and vice versa.
- Add more functionality to the website for a range of users including the visually impaired and the old people.
- Customization of button color, width and button text.
- Live preview of play button during customization.
- Add custom CSS and custom class to the button.
- Change recording language to any language.
- Change listening language to any language.
- Choose a voice from more than 20 voices.
- Unlimited speech to text and vice versa.
- Customization of listening in block editor.
Screenshots
Blokke
This plugin provides 1 block.
- Text To Audio
Installation
- Download and unzip the plugin
- Upload the entire “text-to-audio” directory to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to “Text To Audio” menu and configure your settings
Kwel-vrae
-
How to enable “speechSynthesis“ on FireFox?
-
Notice: This solution only for FireFox Desktop.
Open FireFox browser, searchabout:config
on a new tab. Now search with this string and enable as true.
a.media.webspeech.synth.enabled
-
How to enable “SpeechRecognition“ on FireFox?
-
Notice: This solution only for FireFox Desktop.
Open FireFox browser, searchabout:config
on a new tab. Now search with this string and enable as true.
a.media.webspeech.recognition.enable
b.media.webspeech.recognition.force_enable
-
Yes, you can add listening button from block editor. Open you block editor and search
Customize Button
then add it.
Now you can changecolor
,backgroundColor
,width
. And also addcustom_css
. -
You can change button text 2 ways one is by shortcode attribute. Another way is adding filter. But filter always overrides the shortcode attributes. Here is short code Example :
[tta_listen_btn listen_text=”Listen” pause_text=”Pause” resume_text=”Resume” replay_text=”Replay” start_text=”Start” stop_text=”Stop”]Filter Example : add_filter( 'tta__button_text_arr', 'tta__button_text_arr_callback' ); function tta__button_text_arr_callback ( $button_text_arr ) { // Listen button $text_arr['listen_text'] = 'Listen'; // paste custem text $text_arr['pause_text'] = 'Pause'; // paste custem text $text_arr['resume_text'] = 'Resume'; // paste custem text $text_arr['replay_text'] = 'Replay'; // paste custem text // Record button text $text_arr['start_text'] = 'Start'; // paste custem text $text_arr['stop_text'] = 'Stop'; // paste custem text return $text_arr; }
-
Add class on shortcode as an attribute. Example :
[tta_listen_btn class="custom_class"]
-
Yes, you can change buttons background and text color from plugins dashboard’s customization menu. also from block editor by applying the
customization button
block.
Aanbevelings
Contributors & Developers
“Text To Audio” is oopbron sagteware. Die volgende mense het bygedra tot die ontwikkeling van hierdie uitbreiding:
ContributorsTranslate “Text To Audio” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.0 (2023-01-04)
- Fixed: speechSynthesis pause after 10 – 15 seconds issue fixed.
- Tested: WordPress verison 6.1.1 tested.
1.1.6 (2022-10-22)
- Tested: WordPress verison 6.1 tested .
- Improved: Button UI improved.
1.1.5 (2022-10-22)
- Added: enable/disable option for adding button to every post.
- Improved: Settings UI improved.
- Improved: Documentation improved.
1.1.4 (2022-10-09)
- Button Icon : Button Icon display hide/show option added.
- Tabs: Settings tab rearranged.
1.1.3 (2022-09-24)
- Button text : Listeing and Recoding button text change option added throw filter and attribute.
- Action Links: Plugin action Links added.
- Documentation: Documentation Improved.
- Filter added:
tta__button_text_arr
,tta__content_title
,tta__content_description
filter added.
1.1.2 (2022-09-14)
- Bugfixed: is_plugin_active error fixed.
- Improved: FireFox api missing notice update.
1.1.1 (2022-07-23)
- Bugfixed: FireFox api missing alert bug fixed.
- Improved: Documentation Improved.
1.1.0 (2022-07-23)
- Feature: Customization of listening button from block editor. Block Name ( Customize Button )
- Added : Documentation added for how to enable
SpeechRecognition
andspeechSynthesis
on FireFox. - Solved: FireFox
SpeechRecognition
andspeechSynthesis
issue solved.
1.0.4 (2022-07-12)
- Changed: shortcode from
[wps_listen_btn]
to[tta_listen_btn]
- Changed: Files name changed.
- Fixed: Customization UI issue fixed.
1.0.3 (2022-06-17)
- Fixed: Button CSS issue fixed.
- Fixed: Button alignment issue fixed.
- Added: Support ticket button added.
- Added: Review button added.
1.0.2 (2022-05-26)
- Make dashboard responsive.
- Ask for a feature button added.
- Browser support documentation added.
- Bugfixed.
1.0.1 (2022-05-23)
- Gutenburg support added.
1.0.0 (2022-05-18)
- Initial release.