Skip to content Skip to main navigation Skip to footer

Search: configuration

40 results

Understand SPE configuration file

…to change the bsapi.path described above. technologies.configuration # Path to technologies configuration technologies.configuration = ${application.dir}settings/technologies.xml Location of technologies configuration XML file. Defaults to technologies.xml file in settings subdirectory of SPE application directory. The technologies.xml file contains configuration of SPE technologies – which technologies should be initialized, their technological models and number of their instances. The file can be created and…

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…

Understand SPE technologies configuration file

configuration is stored in JSON-formatted technologies.json in the SPE settings directory. This is to separate the Browser-made configuration for this special SPE mode from the normal SPE technologies configuration. Therefore, the configuration inside the XML and JSON file can differ. Example The below example shows technologies.json file containing (almost) the same setup as in the XML file example above. There…

What is User configuration file and how to use it

…working state. User configuration files provide a way to override processing parameters without modifying original BSAPI configuration files. WARNING: Inappropriate configuration changes may cause serious issues! Make sure you really know what you are doing. User configuration file is a plain text file with the same name as main configuration file, with additional extension .usr. For example: Main configuration file…

Understand SPE workers configuration

…technologies) to ensure optimal performance and server utilization. These new defaults make the content of this article below obsolete, however, we keep it here for those who still want to fine-tune the configuration manually. The default workers configuration in settings/phxspe.properties is as shown below – 8 workers for files processing and 8 workers for realtime streams processing. These numbers mean…

Releases and Changelogs (SPE)

…start (server.require_all_configured_technologies) Fixed: Random SIGSEGV crashes in CS_CZ_5 STT Fixed: KWS CS_CZ_5 ingnores keyword thresholds Fixed: Duplicated output from KWS Fixed: KWS online configurations for models CS_CZ_5 and NL_NL_5 Fixed: phxadmin increases number of instances in configuration instead of setting it Fixed: phxclient is streaming slower than expected Fixed: Redefinition of block in used configuration causes segmentation faults NOTE: Due…

Understand SPE directory structure

…useful in complex network infrastructure, multi-SPE deployments, and similar advanced configurations. log ├── phxspe.log └── phxspe.browser.log settings settings directory contains SPE configuration file phxspe.properties and technologies configuration file technologies.xml. Optionally, there might be also a phxspe.browser.properties and technologies.json files present. These are configuration files created by SPE when it’s started by Phonexia Browser in so-called “embedded” mode. Refer to Phonexia…

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 database

…kept in the database at all. Supported databases SPE supports SQLite and MariaDB 10.x (SPE 3.46+) MySQL 5.x (SPE up to 3.45) database engine. The database engine is configured in phxspe.properties SPE configuration file – see the Database section of SPE configuration file article for more details. SQLite SQLite is the out-of-the-box SPE default database type. By its nature, SQLite…

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…

Recommended OS and HW (PSP)

…performance over HDD Configuration includes: SID4 XL4, GID XL4, LID L4, AGE L4, STT 6th generation – 2 languages (half load each), KWS 6th generation – 2 languages, VAD, SQE (***) The amount of hours/day refers to the Phonexia pricing package, it does NOT mean maximum throughput of such configuration. In other words, this is recommended configuration, not minimal configuration….

Licensing (technical details)

…FLS configuration For use cases where Site Disaster Recovery or High Availability(*)Service are required, Phonexia FLS can be used to support the following scenarios: Geographical High Availability(*) Fail-Over Cluster Scalable High Performance Cluster Application Cluster Note: Cluster configuration must be supported by the proper configuration of the hosting operating system and may require other tools by Phonexia or a 3rd…

Release Notes

…and fixes Speech Engine: General Reduced RAM consumption (since 3.58.0) RAM consumption can be up to several gigabytes lower, depending on technologies configuration and processed audio. This is mainly visible in Speech To Text when processing many audios or longer audios (or both). The effect may be less visible in other technologies. Fixed issues with non-ASCII / Unicode file names…

Understand SPE connectors for external TTS

…(taking longer time to synthesize). Connector naming, location, configuration TTS connectors should be placed in {SPE_installation_directory}/external/technologies/tts directory, each connector in a separate subdirectory. To enable a connector, include its subdirectory name to the external.technologies.tts_connectors setting in SPE configuration file. Connector executable file must be named connector (i.e. without file extension). Connector configuration – like TTS service address, access credentials, API…