Skip to content Skip to main navigation Skip to footer

Search: sdk user manual

63 results

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…

Understand SPE configuration file

…default commented out, i.e. disabled. Paths, locations server.user.home # Home directory path. To this folder are stored all the data of all users. server.user.home = ${application.dir}home Path to the home directory where data of all SPE users are stored in individual per-user subdirectories. Default is a home subdirectory of SPE application directory. For multi-instance SPE deployments, this can be set…

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 directory structure

user preconfigured by default, so directories for admin user are present by default. Location of home directory can be modified using server.user.home option in SPE configuration file. This might be useful in complex network infrastructure, multi-SPE deployments, and similar advanced configurations. home └── admin ├── storage └── data The storage directory holds audio files uploaded to SPE via REST API…

Manuals

…Browser – PhxBrowser_manual.pdf is located in the root folder of the Browser application or distribution ZIP Phonexia Voice Inspector – VIN-manual.pdf is located in the root folder of the Voice Inspector application or distribution ZIP End of Life Products & Tools Speech Intelligence Resolver v1 – SIR1 – latest version manual Voice Inspector v1 – VIN1 – latest version manual

Understand SPE executable files

…Edit existing user account delete-user – Remove existing user account show-user – Show information about existing user account list-users – List all existing user accounts Technologies configuration configure-tech – Run technologies configuration wizard, which creates technologies configuration file available-tech=<file> – Create technologies configuration file containing ALL available technologies and technology models. File extension determines resulting file format (XML or JSON)….

Understand SPE user accounts

SPE has a simple built-in system of user accounts and user roles. This allows for flexible usage of SPE in your projects – you can use it e.g. for different individual applications (each application uses its own SPE user), or simply for different user roles within single application (standard users, administrators). Each user account has the following attributes defined: login…

Releases and Changelogs (SPE)

…option server.db.sid_model_calib_vp_cache_size) [G#56] Fixed data may leak between one RTP stream to another [G#55] Fixed error when client doesn’t send whole samples to stream [G#63] Phxadmin now checks immediately that user already exists during adding user [G#64] Fixed premature access to the result of VBS stream may lead to error [G#52] Update to BSAPI 3.15.0 [G_BSAPI#53] Added support for 64bit…

Understand SPE configuration

…servers using network based storages and network shares. # Home directory path. To this folder are stored all the data of all users. server.user.home = ${application.dir}home Switching on server.technology_multithread_initialization = true significantly improves initialization of the SPE after restart. NOTE: Switch it to false during troubleshooting, because multi-thread initialization also mixes output printed out to the log file and it…

Understand SPE home directory

SPE home directory is an analogy of user home directory in operating systems (e.g. /home/ in *nix, /Users/ in macOS or Windows, etc.) – it is the place where SPE stores data for users configured in SPE. Default SPE home directory location is {SPE_installation_directory}/home/. This location can be changed using server.user.home setting in phxspe.properties SPE configuration file. Changing the home…

Documentation (VIN)

Partners and customers are encouraged to read the Voice Inspector End User Manual available as VIN-manual.pdf in the application’s installation directory. The manual can also be accessed from within the application by pressing F1, or selecting it in the Menu bar “Help > User guide“. You might be interested in reading the following information in the manual: Introduction Technical Requirements…

Open Source Acknowledgement

…Zlib mkl freeware under ISSL (Intel Simplified Software License): End User License Agreements mman-win32 (Windows only) MIT ogg BSD-style license onnxruntime MIT, onnxruntime/LICENSE at main · microsoft/onnxruntime Copyright (c) 2018 Microsoft Corporation openfst Apache License openssl OpenSSL opus BSD poco The Boost Software License 1.0 pugixml MIT range-v3 BSL-1.0 rapidjson MIT scnlib Apache License 2.0 spdlog MIT speex revised BSD…

What is User configuration file and how to use it

…name User configuration file name stt_cs_cz_5_online.bs stt_cs_cz_5_online.bs.usr kws_nl_nl_5.bs kws_nl_nl_5.bs.usr phnrec_pashto.bs phnrec_pashto.bs.usr vpextract4_xl4.bs vpextract4_xl4.bs.usr During technology initialization (e.g. during Speech Engine startup), the initialization routine checks for existence of such user config file. If found, it’s automatically loaded after loading the main configuration file and the settings from user config is automatically applied over the setings from main configuration file. Usage…

Releases and Changelogs (Browser)

…3.46.0 (2022-02-15) New: Compatibility with SPE 3.46 Removed: Removed user’s setting for maximum number of pending requests (it was removed from SPE) Phonexia Browser 3.45 (Public release) Phonexia Browser 3.45.3, BSAPI 3.45.7 (2022-04-14) Fixed: Licensing subsystem fails to get license when multiple applications run under different OS user accounts Phonexia Browser 3.45.2, BSAPI 3.45.6 (2022-02-22) Fixed: Exception during license acquisition:…

Understand SPE database scripts

…intended to be used manually, e.g. from phpMyAdmin, or from MariaDB/MySQL command line client. The reason for having to execute the scripts manually is that in typical setups SPE does not have complete control over the MariaDB/MySQL database – the database is typically hosted on a separate databse server, SPE is typically only one of many other applications using the…