Do you want to use OpenAI to make your cross-platform apps generate realistic speech from text? Read all about how to do this in this article from Tech Partner Softacom.
Overview Of How To Use OpenAI To Add Realistic Text-To-Speech To Your Apps
Modern artificial intelligence-based services enable speech generation and speech-to-text conversion. Moreover, they support a wide range of…
How To Use The Firebase API To Add, Read, and Delete Data In A Realtime Document-Oriented Database
March 1, 2024
Currently, the use of a remote database for storing various types of data (such as product and user information for an online store, patient details in a clinic, etc.) is highly relevant. Also, more and more developers want to create cross platform apps to access the data on…
Command-line Compilation Of Delphi Projects: Real-life Examples
November 6, 2023
Delphi app command-line compilation allows developers to compile a project in the background regime without the necessity to run IDE software. This approach is very useful for automating the compilation process, especially in those cases when you need to compile a lot of…
How To Record Exact Operation Execution Time With Delphi
January 24, 2023
To know how to get the information on the exact execution time of an operation in your Windows and cross platform apps can be useful in all sorts of circumstances. For example, it can be necessary when you need to show users the time spent on the execution of a long operation (by the way, in such a situation, high accuracy is rarely required). Or you may need to know the exact time needed for…
How To Create A PDF File With Delphi And Add An Image To It
January 2, 2023
PDF (Portable Document Format) is a widely used open electronic document format which can be easily used in all your cross platform apps. It is really convenient thanks to its compatibility with numerous programs. As a result, it is possible to view PDF documents using…
Easily Create Web Apps For Desktop And Mobile
December 12, 2022
Web-based apps are quite popular today. Whether they are for mobile, or desktop devices web applications do not require installation and manual updating as they are stored on a web server. This means there’s only one place for you, the developer, to maintain, and for…
Read Facebook Account Data In A Cross Platform App
November 24, 2022
Facebook is a social network that boasts high popularity among users from all over the world. Earlier, we have already shown how it is possible to automate the process of posting different types of info on a Facebook page using the Facebook Graph API. We’ve created a Facebook app, an access token and API commands that we’ve further used in our cross platform apps using Delphi and the…
How To Automate The Mathcad Prime Software With Delphi Using COM
November 3, 2022
Among the most notable features of Delphi, it’s worth mentioning the ability to enhance your Windows app development by interacting with other installed software products on your computer, using the COM technology for functionality embedding or automating.
In this…
This Is How To Use The Factory Method Pattern in Delphi
September 26, 2022
Do you want to know what the Factory Method Pattern is and what it can do for you? When you are writing simple or complex applications, you might need to create multiple classes inheriting the same class or implementing the same interface. This is easier when we have a…
This Is How To Store Cross Platform App Settings In JSON
July 28, 2022
Several older approaches to storing data related to program settings have been replaced by newer ones since the introduction of Delphi as the language kept pace with emerging modern ideas and practices. In general, examples of saving settings always followed the principles of the host operating system. This article looks into the various ways to store the settings for a cross platform app in the…