Skip to content Skip to main navigation Skip to footer

Search: spe3%20settings

28 results

Q: How can I tell in which format the .wav file is?

A: From the utilities in the package*, you can find it in ffprobe <file_name>, it will write out the info about the file. *Utility “ffprobe” is not included in our package(s). It is part of ffmpeg (https://ffmpeg.org/ffprobe.html) and is necessary to be installed separately….

Q: How to choose answer format from server (xml/json)?

A: Via HTTP header “Accept” parameter (application/json; application/xml) Via request query “format=json/xml” If the format is not defined (or the HTTP header “Accept” parameter has one of these values: application/*,*/*,*), server will return json….

Q: Which authentication options are allowed by the server and how does it work?

A: The following options are supported: HTTP basic authorization – Client asks for session by resource “post /login” with HTTP basic authorization in query header. If server responds with error 405, server doesn’t support authorization by sessions and it is necessary to use basic authorization. Authorization by session – Authorization by session is done by adding parameter “X-SessionID“ into HTTP…

Q: How do I get results for a pending operation?

A: If server responds on pending request by status 200 – OK, the body of the response will have the result inside (server already has the result in cache memory and there is no need to process the file again). If server responds on pending request by status 202 – Accepted, server will create task and server will begin to…

Q: I am getting SPE related error after starting the Browser (e.g. SPE server crashed, Error Downloading…, unable to connect to the SPE server, unable to start the localhost…)

A: Windows: Open terminal in folder where PhxBrowser.exe is located (hold Shift and click right mouse button in free space in windows explorer and select “open command window here”) Run PhxBrowser software with command: PhxBrowser.exe /spe-debug /spe-output PhxBrowser software will start with “SPE output” tab which shows the debug output of SPE Linux: Run PhxBrowser software in terminal with command:…

Q: I can’t manage to run Phonexia Browser software. I always get an error.

I always get the same error messages: unable to connect to the SPE unable to start the localhost: giving up and kill the localhost. A: This error may happen if the initialization of SPE engine takes too long. Phonexia Browser software treats it as initialization failure and kills the server. You can fix this by doing the following: Increase timeout…

Understand SPE configuration

Basic configuration SPE configuration by default is defined in the file {spe_root}/settings/phxspe.properties. This file is automatically created after running the phxadmin utility for the first time, usually used for initial configuration of the system. Otherwise it can be found in {spe_root}/data/phxspe.properties.template from which the actual configuration file may be populated and renamed manually. The format of the configuration file is…

Releases and Changelogs (SPE)

Speech Engine (SPE) is developed as RESTful API on top of Phonexia BSAPI. Releases Version Release Date End of Support Maintained Until Release type 3.60 2023-12-05 2025-06-01 n/a Public 3.59 2023-06-20 2025-01-01 n/a Public 3.58 2023-04-03 2024-10-01 n/a Public 3.57 2023-02-01 2024-08-01 n/a Public 3.56 2022-12-15 2024-06-01 n/a Public 3.55 2022-10-03 2024-04-01 3.60 Public 3.52 2022-07-01 2022-09-30 3.55 Feature 3.51…

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…

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…

Q: What do LLR, LR and score mean?

A: These abbreviations mean the following: LR – likelihood ratio, result from statistical test for two models comparison. It returns a number which expresses how many times more likely the data are under one model than the other. LR meets numbers in interval <0;+inf). LLR – abbreviation for log-likelihood ratio statistic, logarithmic function of LR. LLR meets numbers in interval…

FAQs (PSP)

…You can set this in ./settings/phxspe.properties in FAQ Speech Platform Permalink 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…