• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

CyberBukit TTS - Text to Speech - SaaS Ready

CyberBukit TTS - Text to Speech - SaaS Ready V1.2.3

No permission to download

Changelog of CyberBukit TTS​

V1.2.3​

Date: June 20, 2022
Action Required: Sync the voice from Azure
Improvement: 9 languages, 18 voices are added from Azure.
Improvement: Two add-ons are added to the script.
Affected Files:
application\language\english\tts_lang.php
SQL Statement:
update setting set version='1.2.3';

Password:

Changelog of CyberBukit TTS​

V1.2.2​


Date: March 02, 2022
Action Required: Sync the voice from Azure
Improvement: 5 languages, 10 voices are added from Azure.
Affected Files:
application\language\english\tts_lang.php
SQL Statement:
update setting set version='1.2.2';


Password:​

Changelog


V1.2.0​

Date: November 09, 2021
Action Required: Make sure Google Recaptcha is enabled.
Bugfix: Add Google Recaptcha in the 'try-me' module. This is extremely crucial for avoiding abuse in the 'Try it out' feature of the front-end, make sure you update it(If you have customized the script, you can overwrite the four files as follows).
Affected Files:
application\controllers\Home.php
application\language\english\front_lang.php
application\views\themes\default\Front\tryme.php
assets\themes\default\front\js\front.js
SQL Statement:
update setting set version='1.2.0';

V1.1.9​

Date: October 31, 2021
Action Required:
1. Clear the browser's cache after upgrade
2. Sync the Azure resource again and apply the proper package to them.
Improvement: Azure added 46 new languages with 93 more voices.
Improvement: Add a new theme colour builder(in General Setting), you can make use of it to define any theme colour for the dashboard.
Improvement: The sign-in, sign-up, forget password pages are amended, now it has the same theme as the front-end.
Improvement: Add a Privacy Policy editor.
Bugfix: bugfix for several minor errors.
Affected Files:
application\controllers\Admin.php
application\controllers\Auth.php
application\controllers\Generic.php
application\controllers\Home.php
application\controllers\Tts.php
application\controllers\User.php
application\controllers\Webhook.php
application\helpers\my_basic_helper.php
application\language\english\front_lang.php
application\language\english\global_lang.php
application\language\english\tts_lang.php
application\libraries\M_billing.php
application\libraries\M_payment.php
application\libraries\M_paypal.php
application\models\Admin_model.php
application\views\themes\default\Admin\general_setting.php
application\views\themes\default\Admin\privacy_policy.php
application\views\themes\default\Auth\*
application\views\themes\default\Front\header.php
application\views\themes\default\Front\pricing.php
application\views\themes\default\Front\tryme.php
(newly added)application\views\themes\default\Generic\show_flash_card_front.php
application\views\themes\default\Tts\admin_scenario.php
application\views\themes\default\User\pay_now.php
application\views\themes\default\footer.php
application\views\themes\default\header.php
application\views\themes\default\menu_builder.php
assets\themes\default\css\custom.css
assets\themes\default\css\sb-admin-2.css
(newly added)assets\themes\default\front\css\dashboard.css
(newly added)assets\themes\default\front\css\dashboard.css.map
assets\themes\default\front\img\brand\*
assets\themes\default\front\img\icons\*
assets\themes\default\front\js\front.js
(newly added)assets\themes\default\front\vendor\jquery.scrollbar\*
(newly added)assets\themes\default\front\vendor\jquery-scroll-lock\*
(newly added)assets\themes\default\front\vendor\js-cookie\*
assets\themes\default\js\app.js
assets\themes\default\js\app_tts.js
SQL Statement:
alter table setting add styling varchar(512) not null;
alter table setting add privacy_policy text not null;
update setting set styling='{"sidebar_style":"default","background_color":"#4E73DF","background_gradient_color":"#224ABE","btn_style":"default","btn_primary_color":"#0061F2","btn_secondary_color":"#6900C7","btn_success_color":"#00AC69","btn_info_color":"#00CFD5","btn_warning_color":"#F4A100","btn_danger_color":"#E81500"}';
update setting set privacy_policy='{"title":"Privacy Policy","body":"Privacy Policy Text"}';
update setting set version='1.1.9';

V1.1.8​

Date: October 02, 2021
Action Required: No Actions Required
Bugfix: bugfix for Stripe webhook
Affected Files:
application\controllers\Webhook.php
SQL Statement:
update setting set version='1.1.8';

V1.1.7​

Date: September 29, 2021
Action Required: No Actions Required
Bugfix: Bugfix for the layout of try-me module in Safari and iPhone
Improvement: Convert the preview voices of Google Cloud from WAV to mp3 to save traffic and storage space
Affected Files:
application\libraries\M_tryme.php
assets\themes\default\front\js\front.js
assets\themes\default\js\app_tts.js
assets\themes\default\vendor\focusplayer\css\metroplayericon.css
assets\themes\default\vendor\green-audio-player\css\green-audio-player.css
assets\themes\default\vendor\green-audio-player\css\green-audio-player.min.css
ADD multiple MP3 files in the folder tts_file\example\
SQL Statement:
update setting set version='1.1.7';

V1.1.6​

Date: September 29, 2021
Action Required: No Actions Required
Bugfix: Bugfix for the try-me module for the Unicode language
Improvement: Convert the preview voices of Google Cloud from WAV to mp3 to save traffic and storage space
Affected Files:
application\config\routes.php
application\controllers\Home.php
ADD multiple MP3 files in the folder tts_file\example\
SQL Statement:
update setting set version='1.1.6';

V1.1.5​

Date: September 27, 2021
Action Required:
1) Sync the voice resource from Google, AWS again, apply them to your existing payment package.
2) The homepage has been changed (application\views\themes\default\Front\index.php) but it's not included in the automatic update package since many users have customized their homepage, so you can download it from CodeCanyon to apply the changes appropriately if needed.
Improvement: Add a new Try-Me module, for more details, see https://support.cyberbukit.com/help-center/articles/28/try-me-module
Improvement: 51 new voices from Google and AWS are processed.
Bugfix: some minor bugs are fixed.
Affected Files:
application\controllers\Admin.php
application\controllers\Blog.php
application\controllers\Generic.php
application\controllers\Home.php
application\controllers\Tts.php
application\controllers\User.php
application\controllers\Webhook.php
core\MY_Controller.php
helpers\my_basic_helper.php
helpers\my_tts_helper.php
language\english\front_lang.php
language\english\global_lang.php
language\english\tts_lang.php
libraries\M_aws_polly.php
libraries\M_azure_tts.php
libraries\M_google_tts.php
libraries\M_ibm_tts.php
libraries\M_tryme.php
models\Admin_model.php
models\Tts_model.php
views\themes\default\Admin\general_setting.php
views\themes\default\Admin\list_catalog.php
views\themes\default\Front\contact.php
views\themes\default\Front\footer.php
views\themes\default\Front\header.php
views\themes\default\Front\social_part.php
views\themes\default\Front\tryme.php
views\themes\default\Tts\admin_configuration.php
views\themes\default\Tts\admin_scenario.php
views\themes\default\Tts\admin_scenario_modal.php
views\themes\default\User\my_profile.php
views\themes\default\header.php
views\themes\default\menu_builder.php
themes\default\css\sb-admin-2.css
themes\default\css\sb-admin-2.min.css
themes\default\front\js\front.js
themes\default\js\app.js
themes\default\js\app_tts.js
(newly added)themes\default\vendor\focusplayer
(newly added)themes\default\vendor\green-audio-player
SQL Statement:
create table tts_scenario (id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, ids char(50) NOT NULL, title varchar(255) NOT NULL, description varchar(1024) NOT NULL, icon varchar(50) NOT NULL, voice varchar(1024) NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
alter table tts_configuration add front_preview_enabled tinyint(1) not null;
alter table tts_configuration add front_preview_engine varchar(8) not null;
alter table tts_configuration add front_tio_enabled tinyint(1) not null;
alter table tts_configuration add front_tio_maximum_character int(11) not null;
update tts_configuration set front_preview_enabled=1, front_preview_engine='both', front_tio_enabled=1, front_tio_maximum_character=300;
update setting set version='1.1.5';


Special thanks to @phpCore for null it for us

Password
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock