Skip to content Skip to main navigation Skip to footer

Search: install

42 results

Installation of Phonexia Browser

…software is distributed as a ZIP file. Installation procedure is as simple as: unzip the archive paste additional KWS, STT… models paste the license.dat file to the root directory where you have BROWSER folder and run_browser(.exe) script run the run_browser(.exe) script start the PhxBrowser(.exe) software configure the technologies, IP addresses, ports. etc The following video shows PhxBrowser v3 installation. https://partner.phonexia.com/wp-content/uploads/2018/03/Browser-install-without-sub.mp4…

SPE and Browser installation: standalone SPE

In this post, we break down the complexities of the initial installation process of Phonexia Speech Engine (SPE), as a standalone installation. This means the SPE has to be started separately from the Phonexia Browser GUI (unlike in the embedded SPE mode, where Browser starts SPE as its background subprocess). By the end of the guide, you will be able…

SPE and Browser installation: embedded SPE

In this post, we break down the complexities of the initial installation process. By the end of the guide, you will be able to start processing your recordings with Phonexia Speech Technologies. 1. Download Evaluation package Download the Phonexia Evaluation package from https://partner.phonexia.com/kb/sp/speech-platform/evaluation-package/ Create a new directory and unzip the package into it in your desired location, for ex. C:/Phonexia/…

Q: While trying to install SPE3, I get the error for loading libasound.so.2 libraries

Currently I’m trying to install the provided binaries for Linux, but I do get the following when running phxadmin: ./phxadmin: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory I’m trying to run this under CentOS 7. A: Please install the right libraries required for manipulation with audio files from official repository into…

Adding new language or technology model (Browser)

…of Phonexia Browser. Installation of new language or technology model can be done in the following steps: Unzip installation package with new models to a temporary directory. Each installation package will contain phxadmin (Linux) or phxadmin.exe (Windows) binary. When Phonexia Browser is stopped, move the new models from the bsapi directory to the bsapi directory in your SPE installation. In…

Understand SPE directory structure

…at https://download.phonexia.com/docs/spe/ INSTALL.html, INSTALL.txt Quick installation guide in HTML and TXT format UPDATE.txt Quick update instructions and SPE configuration file changes between SPE versions result_versions.txt List of REST API result versions Phonemes_for_STT_and_KWS.pdf List of STT/KWS phonemes, useful e.g. for keyword pronunciations definitions Technology_LID_L4_Language_tags.pdf List of LID L4 language tags and more details about languages they refer to EULA EULA directory…

Understand SPE configuration file

In this article we explain details of the Speech Engine configuration file phxspe.properties, located in settings subdirectory in SPE installation location. Settings in this configuration file affect the Speech Engine behavior and performance. The configuration file is usually created after SPE installation – on first use of phxadmin, default configuration file phxspe.properties is created in the settings directory. The file…

Understand SPE audio converter

install the converter (e.g. on Ubuntu: sudo apt install ffmpeg, on CentOS sudo yum install ffmpeg, or similar, depending on your OS, version and configuration). ⊞ Windows The simplest way is to download the converter distribution package from its site and copy the executable (ffmpeg.exe, sox.exe, etc.) and all required accompanying DLLs to the SPE installation directory, i.e. along the…

Licensing (technical details)

…locally installable licensing server, providing flexibility of the NET license, but not requiring online connection to Phonexia server. See below for more details about each license type. How to use license file The default and simplest way is to place the license file to the same directory as the product executable. The product will find the license file automatically during…

FAQs (PSP)

…play with “pure” daemon installation, then phxspe.properties file should exist in ./settings subdirectory. File phxspe.properties is created by phxadmin utility or can be created from ./data/phxspe.properties.default template file. Copy template file to ./settings directory Rename it to phxspe.properties Check for server.enable_authentication_token directive and setup it as needed. Restart phxspe Basic installation steps are described in ./doc/INSTALL.html document. in FAQ Phonexia…

Speech Engine update

…technology models configuration usually introduces new features or major fixes, which may change communication between server and client, or other changes which may affect customer processes can also include new technology models; with such update you can add only the new technology, without SPE installation Upgrade changes the first version number (e.g. x.y.z to x+1) and is a major change…

Understand SPE technologies, instances and workers

…Different post offices may provide different (sets of) services – smaller offices may provide only small set of services, while big ones can have multiple floors with wide service portfolio. Different Speech Engine installations may provide different (sets of) technologies – smaller installations can have like only single technology configured, while big ones can have wide set of various technologies…

Phonexia Speech Engine

…SPE manages its own queue of incoming REST requests and serves them according to available capacity of current installation. This means that the application layer can request any number of queries and then just wait untill they are processed. Processing priority management To allow off-queue high-priority or low-priority processing, SPE also allows to set priority for individual REST requests. Basic…

Releases and Changelogs (SPE)

…precision via updated decoder) Fixed: Use even ports for input RTP streams (according to RFC 3550) instead of odd ports Fixed: Wrong detection of OS version on newer Windows Changed: Windows version now requires Universal C Runtime (UCRT) installed (normally installed as part of Windows Update) Changed: Logging is set to both file and console by default (this might be…