Skip to content Skip to main navigation Skip to footer

Search: rest%20api

49 results

Understand SPE database

…by SPE users: rest_model_sid list of SID speaker models – name, owner (SPE user), modification timestamp rest_model_sid_sources list of files used as sources for SID speaker models creation rest_model_sid_metafiles list of files used as SID speaker models metafiles rest_group_sid list of SID speaker groups – name, owner (SPE user) rest_group_sid_models associations between SID speaker groups and speaker models rest_voiceprint SID…

Releases and Changelogs (SPE)

…2016-02-09 2017-08-09 3.1 Public 2.1 2015-09-16 2017-09-16 2017-09-16 Public 2.0 2015-01-06 2016-07-06 2.1 Public Changelogs Speech Engine 3.61 (Public release) Speech Engine 3.61.0, DB v1901, BSAPI 3.61.0 (2024-03-27) New: Added endpoints /server/restart and /server/shutdown to restart/shutdown the server New: Added endpoint POST /technologies to configure technologies on server New: Added show_all parameter to GET /technologies endpoint, to return all technologies…

Understand SPE configuration file

…is loaded during SPE startup, i.e. you need to restart SPE to apply any changes made in the file. (If for any reason you don’t run phxadmin after SPE installation, you can create the default configuration manually by copying data/phxspe.properties.template file to settings/phxspe.properties file.) NOTE: Phonexia Browser creates configuration file named phxspe.browser.properties if it’s configured to use Speech Engine in…

Release Notes

…SPE. Removed Workflow An example of a workflow (pipeline) processing app, written in JAVA, on top of SPE. Removed REST Server An old REST server (from v2.x.x to v3.2.x, the SPE predecessor) Removed JAVA Wrapper JAVA wrapper on top of the C++ API Removed Note: There is no impact on the Speech Engine (SPE, REST API).   Known Issues There…

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 (Browser)

…in REST settings Phonexia Browser v3.1.0, BSAPI 3.5.0 – Feb 25 2016 Support for REST 3.1.x Removed clear results from context menu in test table Removed export results from context menu in test table Removed settings for gender score sharpness and gender balance Removed result database Technologies has configurable technology models New configuration tab in settings dialog for configuring REST

LID: Terminology and adaptation

…to train a language using just a few and long audio files (like 5 files, 1 hour each) Acoustic channels should be as close as possible to channel of intended deployment Adaptation using REST API (SPE 3.38 or newer) SPE 3.38 and newer include LID adaptation tasks in REST API, which makes the adaptation significantly easier than in previous versions….

Understand SPE directory structure

…built-in benchmark functionality – see more details in Understanding SPE benchmark article and …/benchmark REST API endpoint of each technology in SPE REST API documentation. The database directory contains SQL scripts for setup, maintenance and updates of supported databases. See more details in Understanding SPE database scripts. doc doc directory contains various documentation api_reference.html REST API documentation; also available online…

Understand SPE executable files

…– Transfer data from REST SERVER v2 to Speech Engine v3. Requires also v2-properties and v2-cwd parameters. v2-properties=<file> – Path to REST SERVER v2 bsapirest.properties configuration file v2-cwd=<path> – Path to REST SERVER v2 working directory. Usually a path to REST SERVER v2 bin directory. phxadmin2 phxadmin2 is automation- and scripting-friendly command line based SPE administration utility for user management,…

Understand SPE audio converter

…can’t be converted: Converter is disabled 2021-01-30 20:59:52 [Trace] ConverterSubsystem: Removed temporary file: C:\TMP\tmp11452aaaaaa 2021-01-30 20:59:52 [Error] Rest.Object.AudioFile: [RID=2] REST error: (1007) Unsupported audio format 2021-01-30 20:59:52 [Trace] Rest.Object.AudioFile: [RID=2] Response HTTP: 415 RESTError: 1007 JSON response (error) ===================== { “result” : { “version” : 2, “name” : “ErrorResult”, “code” : 1007, “message” : “(1007) Unsupported audio format” } }…

Video – Filtering and supporting technologies

MODULE 2: Filtering and supporting technologies (22 min) Common generic rules for CLI, REST and GUI Filtering, sorting, pre-/post-processing overview Speech Quality Estimation (SQE) in CLI, REST and GUI Voice Activity Detection (VAD) in CLI, REST and GUI Diarization (DIAR) in CLI, REST and GUI Age Estimation (AGE) in CLI, REST and GUI Denoiser (DENOISER) in CLI, REST and GUI…

Q: What types of integration do you offer?

Phonexia Speech Engine with its technologies is distributed as REST API interface. For evaluation and testing purposes, graphical user interface (GUI) called Phonexia Browser is provided. Upon request, technologies can be provided also in form of command lined (CLI) Rest API documentation https://download.phonexia.com/docs/spe/…

Understand SPE database scripts

…MySQL command line client) use create_schema.sql script then use init_data.sql script when you need to clean your SPE DB (and don’t want to delete/re-create the entire DB for some reason) use drop.sql to completely erase the DB content, followed by re-creating the content using create_schema.sql and init_data.sql or use clean.sql to clean “rest_directory_type”, “rest_role”, “rest_user”, “rest_technology_model” and “rest_model_lid” tables Scripts…

FAQs (PSP)

…in order to function. Rest assured no data – audio, metafiles or even analytical files, are ever sent to phonexia.com. in FAQ Speech Platform Permalink Q: What operating systems can your application run on? Our technologies are prepared to run on both Windows and Linux OS. For more details of the supported operating systems as well as recommended HW setup,…