CyberBukit TTS – Text to Speech – SaaS Ready Free Download 1.2.2 – CodeCanyon | CyberBukit TTS v1.2.2 – Text to Speech – SaaS Ready is fully connected with AWS, Google, Azure, and IBM’s Text-To-Speech services.
Manage your company in the same way that talkia.com and speechelo.com do.
Examine their Facebook page to see how people are discussing TTS.
https://www.facebook.com/SpeecheloOfficial/
TTS is an abbreviation for Text-to-Speech. It is a useful tool. All you have to do is type, and a voice file will be generated instantly. It’s widely used in a variety of fields, including video content development, e-learning, audiobooks, and so on.
TTS services are now available from Amazon AWS, Google Cloud, Microsoft Azure, and IBM Cloud. Their services take the form of a technological API. As a result, you may require a tool to assist you in managing the TTS service.
This is something CyberBukit TTS can help you with. Please keep in mind that CyberBukit TTS cannot perform Text-to-Speech work; this is handled by AWS, Google Cloud, Microsoft Azure, or IBM Cloud. As a result, using TTS may incur additional charges (albeit they do offer a free tier if you don’t use it excessively). These two pricing links may be useful.
https://codecanyon.net/item/cyberbukit-tts-text-to-speech-saas-ready/30131380
CyberBukit TTS Nulled Text to Speech 1.2.2 – SaaS Ready
CyberBukit TTS Nulled Text to Speech – SaaS Ready 1.2.0
Action Required:
Improvement:
Affected Files:
SQL Statement:
Date: December 03, 2021
Action Required: Download the FFmpeg component and set proper permission as per this documentation:
Improvement: Add Sound Studio feature, you can use it to merge voice files and add background music.
Affected Files:
application\controllers\Admin.php
application\controllers\Files.php
application\controllers\Query.php
(newly added)application\controllers\Ss.php
application\controllers\Tts.php
application\controllers\User.php
application\core\MY_Controller.php
application\helpers\my_basic_helper.php
application\helpers\my_tts_helper.php
application\language\english\global_lang.php
application\language\english\tts_lang.php
application\libraries\M_ffmpeg.php
application\libraries\M_tryme.php
application\models\Tts_model.php
application\views\themes\default\Admin\miscellaneous.php
application\views\themes\default\\Generic\
application\views\themes\default\Ss\*
application\views\themes\default\Tts\tts_view.php
application\views\themes\default\Tts\start.php
application\views\themes\default\menu_builder.php
assets\themes\default\js\app.js
assets\themes\default\js\app_tts.js
(download it manually)vendor\ffmpeg\*
(newly added) php.ini
SQL Statement:
alter table tts_log add title varchar(512) not null;
alter table tts_preview_log add title varchar(512) not null;
update tts_log set title=’Untitled’;
create table sound_studio_configuration (enabled tinyint(1) NOT NULL, list_size tinyint(4) NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
create table sound_studio_log (id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, ids varchar(50) NOT NULL, user_ids varchar(50) NOT NULL, title varchar(512) NOT NULL, text text NOT NULL, file_list text NOT NULL, file_name text NOT NULL, background_music varchar(50) NOT NULL, background_music_volume float NOT NULL, voice_file_volume float NOT NULL, created_time timestamp NULL DEFAULT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
create table sound_studio_music (id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, ids varchar(50) NOT NULL, user_ids varchar(50) NOT NULL, name varchar(512) NOT NULL, uri varchar(512) NOT NULL, created_time timestamp NULL DEFAULT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
insert into sound_studio_configuration (enabled, list_size) values (0, 10);
update setting set version=’1.2.1′;
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′;