Skip to content Skip to main navigation Skip to footer

Search: rest api

36 results

Understand SPE user accounts

…prioritization section in the REST API documentation maximum pending requests – legacy REST Server 2.x attribute, ignored in SPE 3.x It’s important to realize that each SPE user account has its own home directory, where SPE stores the account’s data, see Understanding SPE home directory article. It means that by default the accounts’ data is isolated from each other. Therefore,…

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

FAQs (PSP)

…more details please read STT Language Model Customization tutorial. in FAQ Speech Platform Permalink Q: How can I add new language to LID? A: There are multiple methods to train a new language, please see article in Components > Speech Technologies > LID. in FAQ Speech Platform Permalink Q: Does SPE have REST API? A: Yes. Documentation is here: https://download.phonexia.com/docs/spe….

Manuals

This section collects links or locations of manuals for specific Phonexia Speech Platform components. API Phonexia Speech Engine REST API – SPE – latest version manual online (api_reference.html for your version is located in doc subdirectory in SPE folder or distribution ZIP) Brno Speech Application Interface v3 – BSAPI3 – latest version manual online Applications and Tools Phonexia Browser –…

Understand SPE processing queue

…their priority (see Task prioritization section in REST API documentation and also Understanding SPE processing priority article); handling tasks with identical priority follows the FIFO principle. Tasks are picked up from the queue and handled by workers (which allocate instances of technologies for processing – see Speech Engine and technologies, instances, workers… explained for more details). Number of tasks which…

Understand SPE home directory

…storage – user-specific data Since SPE comes with pre-configured user “admin”, the default SPE installation contains admin subdirectory inside home: home └── admin ├── storage └── data Storage The user’s storage directory is where SPE stores files and directories uploaded or created via REST API, i.e. every action made using the /audiofile or /directory endpoints is reflected here – e.g….

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” } }…

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…

SID: Speaker Identification: Results Enhancement

…normalization. The Audio Source Profile includes: a set of calibration voiceprints extracted from the source files NOTE: these voiceprints are not compatible with standard voiceprints created using the /technologies/speakerid4/extractvp REST API endpoint or the vpextract4 command-line tool! information about profile version, creation date and version of voiceprints hash of all data in the profile and hash of its parent profile…

Phonexia Partner Program for Government Partners

(REST API) for myself? Unless you are a Gold partner, our NFR licenses are provided in the Starter Kit. The kit also includes the services of our consultants to ensure you can fully understand the Phonexia portfolio and all related technical details necessary for the installation, usage, and tuning of Phonexia systems. Do I really need to buy the Starter…

Speech Engine update

…of software and/or API (for example REST Server 2.1 -> SPE 3.0). It includes change in components or technology models. Speech Engine update procedure The update procedure is purely manual and heavily relies on your own detailed knowledge of your Speech Engine installation and its internal functionality and structures. This knowledge is crucial for tuning the Speech Engine for maximum…

Open Source Acknowledgement

…toml11 MIT websocketpp BSD-3-Clause zlib Zlib RLS server Name License ADVobfuscator https://github.com/andrivet/ADVobfuscator#copyright-and-license. Copyright: 2010-2017 Sebastien Andrivet Poco BSL-1.0 boost BSL-1.0 bzip2 bzip2-1.0.8 cpp-httplib MIT fmt MIT mariadb-connector-c LGPL 2.1 libre BSD openssl OpenSSL rapidjson MIT scnlib Apache License 2.0 spdlog MIT zlib Zlib Annotation Tool dependencies Name License Apache Commons Lang (commons-lang3) Apache License, Version 2.0 Java Servlet API (javax.servlet-api)…

What is User configuration file and how to use it

Advanced users with appropriate knowledge (gained e.g. by taking the Phonexia Academy Advanced Training) may want to finetune behavior of the technologies to adapt to the nature of their audio data. Modifying original BSAPI configuration files directly can be dangerous – inappropriate changes may cause unpredicatble behavior and without having a backup of the unmodified file it’s difficult to restore

SPE and Browser installation: embedded SPE

…want to test, contact our sales to arrange the cooperation. Download the files with additional languages locally and unzip them. Then copy the additional languages over to where you saved the default Evaluation package. In other words, merge the contents of the /bsapi/ directory with the /SPE/bsapi/ 4. Configure Phonexia Browser from the /Browser/ directory start PhxBrowser.exe (on Windows) or…