Skip to content Skip to main navigation Skip to footer

Search: start

57 results

SID: TUTORIAL: Speaker Identification – How to Do a Basic Test

Phonexia Speaker Identification is a voice biometry tool for recognition of speakers by their voice. In this video, we will show you how to start using this technology! You will learn how to create a “Speaker Model” to identify a speaker in a set of data. Ready to test it? Start with our video: What else is needed? 1. Phonexia…

Understand SPE technologies, instances and workers

…initialized at the start of Speech Engine, taking up a memory, regardless of being actually used for some processing. Customers are served by post office workers at counter desks providing a particular service. Requests are served by processing workers assigned to an instance of particular technology.   Speech Engine workers are like post office workers Similar analogy exists between the…

Understand SPE database scripts

…filling initial data to DB created by ‘create_schema’ script drop.sql – script for quick complete DB cleanup by dropping all SPE tables clean.sql – script for DB cleanup by cleaning data from tables, e.g. when your DB rights don’t allow you to drop tables The intended usage is: when starting with new empty DB (created manually, e.g. using phpMyAdmin, or…

I get “Server failed to return a valid response” on login page

This error usually happens when you try to access Orbis before it has been fully initialized. When you start Orbis virtual machine, the Webserver component responsible for rendering login screen starts fast, but some other Orbis components takes a little longer to initialize. Try to wait for a while, then refresh the page and try again. If that doesn’t help,…

Download Voice Inspector 5.2

…installation and additional space for data storage. recommended – CPU: Intel® Core™ i7 or better, RAM: 8 GB, Required HDD space: 0.5 GB for software installation and additional space for data storage. Step #2 – First start Ensure you have obtained a license (license.dat). To obtain an evaluation license, contact your Phonexia sales manager, or ask at [email protected]). Unzip the…

Release Notes

…on Windows under certain circumstances (since 3.59.0) Fixed issues with starting technologies in Speech Engine on Windows from UNC path (since 3.58.0) Speech Engine: Speech To Text (STT) and Keyword Spotting (KWS) New and updated STT and KWS languages Bengali model BN_6 added in 3.55.1 with word accuracy (WAcc) up to 55 % Kazakh model KK_KZ_6 added in 3.55.1 with…

Understand SPE multithreaded technologies initialization

The server.technology_multithread_initialization setting in SPE configuration allows SPE to initialize instances of technologies during startup using multiple parallel threads. Default setting is OFF, i.e. instances of technologies are initialized using single thread, one-by-one. This allows easier tracking of eventual issues during SPE startup and better readability of technologies initialization log messages (only single initialization happens at a time). The downside…

Adding new language or technology model (Browser)

…(Speech to Text) Technology Select the newly added model ( in our example ES_6) Click Apply Restart Server Click OK Optionally: you can disable the models you will not be using by clicking the red X next to them in the Settings. (Do not forget to click Apply and Restart Server.) You can see that the newly added Spanish (ES_6…

Documentation (VIN)

…Quick Start Guide Using the Application Interpretation of Results Description of Other Inbuilt Tools Troubleshooting In case of any problems or questions, please first search the manual for relevant keywords. If you don’t find an answer in the manual, contact our support. You can also browse the FAQ section or use the search function of the Partner Portal and look…

Speaker Identification (SID)

…technological model and can range from 5 to 50 times faster than real time on 1 server CPU core. Voiceprint extraction is the most time-consuming part of the process. Voiceprint comparison, on the other hand, is extremely fast – a millions of voiceprint comparisons can be done in 1 second. Voiceprint extraction (Speaker enrollment) Speaker enrollment starts with the extraction…

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…

Q: How to fix the Error 1013: Unsupported: Server does not support authentication with token?

…would like to 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….

LID: Terminology and adaptation

…listfile with list of languageprint archives corresponding to the languages you want to have in the language pack – each line starts with language name, followed by a TAB or SPACE character, and a path to the .lpa file. Make sure that paths are valid – relative paths must be relative to the location of your list file… or simply…

Understand SPE workers configuration

Worker is a working thread performing the actual files- or realtime streams processing in Speech Engine. This article helps to understand the Speech Engine workers and provides information how to configure workers for optimal performance and server utilization. Starting from SPE 3.51, new defaults in settings/phxspe.properties make SPE to configure workers automatically according to local conditions (physical CPU cores, configured…

SID4 performance on Intel® Xeon® Platinum 8124M

…8 physical cores are used, benchmark test starts to initiate more SID4 processes with a hope that Hyper-Threading may help. This hypothesis unfortunately can’t be confirmed. See Figure 2 which clearly shows that initiating more SID4 processes than the number of available physical cores simply doesn’t provide better performance than reserved physical core count is enabled in virtual machine. With…