Skip to content Skip to main navigation Skip to footer

Search: api

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

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…

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…

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…

Releases and Changelogs (VIN)

…displays the names of compared recordings added Spanish localization updated BSAPI fixed labels and minor bugfixes Voice Inspector 3.1 Voice Inspector v3.1.1, BSAPI 3.9.1 (2016-12-14) fixed bug in Speaker Identification Evaluator – Evaluation from a directory Voice Inspector v3.1.0, BSAPI 3.9.1 (2016-10-24) VIN is available with the SID_L3 technology model Voice Inspector 3.0 Voice Inspector v3.0.0, BSAPI 3.7.0 – Aug…

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 configuration

…with the help of environment variables) you can setup a more efficient deployment method. Simply un-comment this directive and set it up correctly. Btw, did I mentioned before, that hash sign (#) at the beginning of lines means “this is a comment”? # Set path to bsapi directory # bsapi.path = ${application.dir}bsapi   ### # (c) 2013-2018 by Phonexia s.r.o….

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…

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…

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…

Speech Engine update

Phonexia packages versioning follows the bugfix / update / upgrade approach. Bugfix changes only last version number (e.g. 3.45.x to x+1) and includes a fix of known problems, without changing components or technology models Update changes middle version number (e.g. 3.x.y to x+1) and changes/enhances the functionality and may change the API can include bugfixes, or changes in component or…