Skip to content Skip to main navigation Skip to footer

Search: rest api

36 results

Releases and Changelogs (SPE)

…(the first model of 5th generation) [BSAPI] Added more accurate G2P (5th generation only) [BSAPI#72] Fixed phoneme recognizer doesn’t make phonemes for phnrec_ru_ru.bs [BSAPI#99] Fixed phoneme recognizer with configuration phnrec_cs_cz.bs doesn’t transcript short recordings [BSAPI#82] Fixed missing configuration of phnrec for HR_HR4 [BSAPI#78] Fixed STT segmentation – a segment doesnt break on a long silence, creates false crosstalks [BSAPI#148] Phoneme…

Understand SPE database

…resources locked during processing rest_role list of pre-defined SPE user roles rest_user list of SPE users and their settings and status – login, password, active/inactive, max. pending operations, current pending operations rest_user_role associations between users and roles rest_user_session list of active user API sessions rest_technology_model list of technology model names User-created SPE entities data Tables containing data about entities created…

Releases and Changelogs (Browser)

…doesn’t contain any speech Updated: Synchronize versioning with BSAPI Phonexia Browser 3.26 Phonexia Browser 3.26.0, BSAPI 3.26.0 (2020-02-28) Updated: Updated BSAPI Phonexia Browser 3.25 Phonexia Browser 3.25.1, BSAPI 3.25.0 (2020-02-03) Fixed: missing library on Windows Phonexia Browser 3.25.0, BSAPI 3.25.0 (2020-01-30) Updated: Updated BSAPI Phonexia Browser 3.24 Phonexia Browser 3.24.0, BSAPI 3.24.0 (2019-12-17) Fixed: Sorting of columns is not working…

Understand SPE configuration file

…For additional details about home directory, see Understand SPE home directory article. bsapi.path # Set path to bsapi directory # bsapi.path = ${application.dir}bsapi Path to a directory where data of individual Phonexia speech technologies are stored in per-technology subdirectories. Defaults to bsapi* subdirectory of SPE application directory. For multi-instance SPE deployments, this can be set to a shared location to…

Release Notes

…how to use it.   Deprecated Features BSAPI (C++ API) discontinued – ANNOUNCEMENT We set the End of Life for BSAPI (our C++ API) for 2023-03-31 after discussion with partners/customers, who actively gave us feedback on C++ API. What does it mean for partners/customers?: Partners/customers with installed BSAPI version and valid Maintenance & Support can update to BSAPI v3.40.x (March…

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…

LID: Terminology and adaptation

…use absolute paths paths lead to the correct technological model directory of your choice (l4, l3, xl3, …) Example below assumes that the listfile will be saved to {SPE} directory (hence the relative paths to bsapi/…) and also assumes the “L4” model. You should reflect your setup accordingly. cs-CZ bsapi/lid/lprints/l4/cs-CZ.lpa pl-PL bsapi/lid/lprints/l4/pl-PL.lpa en-GB bsapi/lid/lprints/l4/en-GB.lpa ru-RU bsapi/lid/lprints/l4/ru-RU.lpa MyLanguage bsapi/lid/lprints/l4/MyLanguage.lpa MyOtherLanguage bsapi/lid/lprints/l4/MyOtherLanguage.lpa…

Phonexia Speech Engine

…file to configure server and optionally database Optionally, run phxadmin –add-user in console to configure user account(s) to access the REST API (or use pre-configured user admin) Finally, run phxspe in console to start Speech Engine Now your SPE server is running and you can access the REST API via IP address and port set in properties file (settings/phxspe.properties). Details…

Understand SPE connectors for external TTS

…} { “vendor”: string, “author”: string, “version”: string, “voices”: [ { “name”: string, “languageCodes”: [string, string, …] }, . . . ] } Where: apiVersion denotes version of the capabilities structure/API: 2: SPE 3.46 and newer apiVersion property not present at all for SPE 3.45 and older vendor is a name of the TTS provider This name is then used…

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,…

Documentation (SPE)

…files in [SPE]/doc in standard software package and installation. You can also find REST API reference (Speech Engine) documentation online. You might be interested in reading the following information in manual: REST API reference Structure of API queries Asynchronous request Task prioritization Authentication Audio requirements RTP/HTTP streams Error responses API Commands Usage examples API Requirements Installation guide And much more…

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/…

Download Speech Platform

…started, please follow one of the two methods: Embedded mode – most effortless setup, but some options are unavailable Standalone mode – the recommended setup, requiring some manual steps using command line Further information resources Speech Engine REST API documentation online: https://download.phonexia.com/docs/spe/ offline: {SPE_directory}/doc/api_reference.html or http://{SPE_address:port}/doc Speech Engine technical documentation check the Speech Engine section and the “Understand…” articles listed…

Key Features (PSP)

Phonexia Speech Platform is provided as a set of several components: The Speech Engine (SPE) component is a REST API that includes technologies for the automated processing of audio files and audio streams. This component is usually provided in a specific configuration that meets the customer’s use case. The Phonexia Browser component is an expert-level application (on the top of…