Skip to content Skip to main navigation Skip to footer

Search: phxspe

26 results

Understand SPE directory structure

…database SQL scripts. data ├── phxspe.properties.default ├── init.d-phxspe.template ├── phxspe.service.template │ ├── benchmark └── database phxspe.properties.default Default phxspe.properties SPE configuration file init.d-phxspe.template Example SPE init.d script phxspe.service.template Example SPE systemd service unit file benchmark Default audio files for built-in benchmark functionality database Database SQL scripts for supported databases: SQLite, MariaDB and MySQL The phxspe.properties.default file is used by phxadmin tool…

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…

Understand SPE configuration

Basic configuration SPE configuration by default is defined in the file {spe_root}/settings/phxspe.properties. This file is automatically created after running the phxadmin utility for the first time, usually used for initial configuration of the system. Otherwise it can be found in {spe_root}/data/phxspe.properties.template from which the actual configuration file may be populated and renamed manually. The format of the configuration file is…

Q: How to fix the Error 1013: Unsupported: Server does not support authentication with token?

…would like to play with “pure” daemon installation, then phxspe.properties file should exist in ./settings subdirectory. File phxspe.properties is created by phxadmin utility or can be created from ./data/phxspe.properties.default template file. Copy template file to ./settings directory Rename it to phxspe.properties Check for server.enable_authentication_token directive and setup it as needed. Restart phxspe Basic installation steps are described in ./doc/INSTALL.html document….

FAQs (PSP)

…play with “pure” daemon installation, then phxspe.properties file should exist in ./settings subdirectory. File phxspe.properties is created by phxadmin utility or can be created from ./data/phxspe.properties.default template file. Copy template file to ./settings directory Rename it to phxspe.properties Check for server.enable_authentication_token directive and setup it as needed. Restart phxspe Basic installation steps are described in ./doc/INSTALL.html document. in FAQ Phonexia…

Understand SPE administration and backup

…the system: SPE database – the technology models, SPE user accounts, etc. are stored here SPE configuration file (usually /settings/phxspe.properties) technologies configuration file (usually /settings/ technologies.xml, or see phxspe.properties for details) licensing file (license.dat, usually stored along to phxspe.exe, or see phxspe.properties for details) Optimally, Partner should backup also the following entire SPE directory [optional], with all subdirectories (/bsapi/, etc.)…

FAQs (Browser)

…be created from ./data/phxspe.properties.default template file. Copy template file to ./settings directory Rename it to phxspe.properties Check for server.enable_authentication_token directive and setup it as needed. Restart phxspe Basic installation steps are described in ./doc/INSTALL.html document. in FAQ Phonexia Browser, FAQ Speech Platform Permalink Q: What languages are supported by KWS? A: Please see List of supported KWS Languages. For more…

Understand SPE executable files

This article explains the purpose and usage of executables distributed in SPE package: phxspe, phxclient, phxadmin and phxadmin2. phxspe phxspe is the main SPE executable, launching this file starts the SPE itself. Command line parameters supported by phxspe are listed below: (use appropriate OS-specific parameter separator, e.g. use –help in Linux and /help in Windows) Generic help – Show help…

SPE and Browser installation: standalone SPE

…Command line. In the command line type: phxspe.exe On Linux – Open the Terminal window in /SPE/ directory. Type in the terminal: ./phxspe Wait for all the technologies to start. SPE is fully started once you see a message similar to the following: 2023-12-20 15:45:50 [Information] server: Server has been started on 0.0.0.0:8600 7. Configure Phonexia Browser from the /Browser/…

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…

Q: How to fix Error 1007: Unsupported audio format?

…Open file settings\phxspe.properties using standard text editor. Then change the following line in “phxspe.properties” to enable background conversion: audio_converter.enabled = false # change it to ‘true’ Please check if the conversion tools configured below this line in phxspe.properties are configured properly. Here is an example of configuration for ffmpg: # Set converter command # %1 is for input file #…

LID: Terminology and adaptation

…tool which SPE configuration file to use Default Speech Engine configuration file is settings/phxspe.properties. However, when using Phonexia Browser in “SPE on localhost” mode (also known as “Embedded SPE”), the configuration file is settings/phxspe.browser.properties. (Make sure to use the right configuration file, otherwise you might register the language pack to different configuration and therefore it won’t be visible where you…

Understand SPE database

…(MySQL) database is the way to go. When SPE is configured to use SQLite database, the database is created and initialized automatically by running phxadmin or phxspe. SQLite database is typically created during first-time SPE setup, when configuring technologies using phxadmin – it’s created silently behind the scenes, using values from phxspe.properties[1] configuration file (location, file name) and default SPE…

Speech Engine update

…original words list (which is copied in the root of your customized model) Also, before deleting the directory make sure that new SPE package contains the same set of technologies (i.e. subdirectories of bsapi directory) as your existing installation Unzip new SPE package (package must contain all needed technologies!) Compare the settings file template from new package (data/phxspe.properties.default) against your…

SID: Speaker Identification: Results Enhancement

…(Least Recently Used cache) Configurable: via server.audio_source_profiles_cache_size in phxspe.properties. The value represents the number of profiles that can be stored in the cache (use to turn off) Default Value: 64 profiles Each profile in the SPE is loaded from disk into memory only once (until the cache capacity is reached) and then it is stored in the cache. If the…