Skip to content Skip to main navigation Skip to footer

Search: config file

41 results

Releases and Changelogs (SPE)

…(10/23/2017) – BSAPI 3.13.0 [#5138] Fixed capital letters in file suffix may cause errors if the file is registered [#5090] Fixed PHNREC may return error for some audio files [#5043] Fixed utils resources allow to create file without suffix. Suffix “.wav” is automatically added if the file has no suffix Speech Engine 3.9.2 (09/08/2017) – BSAPI 3.13.0 [#4899] Fixed possible…

Understand SPE configuration file

In this article we explain details of the Speech Engine configuration file phxspe.properties, located in settings subdirectory in SPE installation location. Settings in this configuration file affect the Speech Engine behavior and performance. The configuration file is usually created after SPE installation – on first use of phxadmin, default configuration file phxspe.properties is created in the settings directory. The file

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 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 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 database

…unregistering files after processing (if using the files registering technique instead of uploading the audio files – see the Understanding SPE home directory article). This makes the files information AND the cached processing results to be kept in database. Or, you may be saving stream data to file, but not deleting the created stream audio files using the REST API…

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

STT: Configuring word detection parameters for stream transcription

…be modified using a “user configuration file” – see What is a user configuration file article for additional details. In short, create appropriately named user config file with modified parameters along the standard config file in <SPE directory>/bsapi/stt/settings directory and restart SPE – it will automatically read the values from the user config and override the ones from standard config….

Understand SPE technologies configuration file

…of XL4 model <?xml version=”1.0″?> <technology_subsystem_settings> <technologies> <item> <name>STT</name> <models> <item> <name>SK_SK_5</name> <n_instances>8</n_instances> <config_file /> </item> </models> </item> <item> <name>STT_STREAM</name> <models> <item> <name>CS_CZ_6</name> <n_instances>2</n_instances> <config_file /> </item> </models> </item> <item> <name>SID4E</name> <models> <item> <name>L4</name> <n_instances>2</n_instances> <config_file /> </item> <item> <name>XL4</name> <n_instances>3</n_instances> <config_file /> </item> </models> </item> <item> <name>SID4C</name> <models> <item> <name>L4</name> <n_instances>2</n_instances> <config_file /> </item> <item> <name>XL4</name> <n_instances>3</n_instances> <config_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…

STT: Language Model Customization tutorial

…in command line STT, simply specify the new configuration file belonging to the customized STT model in the -config parameter. For example, assuming that original pl_pl_5 model was customized, specifying updated as the model suffix, the corresponding STT command line to use the customized model would look similar to this: phxcmd stt -config settings\stt_pl_pl_5_updated.bs -in-file <input_file> -out-file <output_file> …  …

FAQs (PSP)

configuration for ffmpg: # Set converter command # %1 is for input file # %2 is for output file ffmpeg example: audio_converter.command = ffmpeg -loglevel warning -y -i %1 %2 # sox example: # audio_converter.command = sox %1 %2 Important note: By design and saving computing resources ‘audio converter’ is not used if INPUT file ends with the extension .wav….

Licensing (technical details)

…all speech technologies and products and may be required in order to use utilities and tools developed by Phonexia or partners. For technical purposes, the License agreement is represented by the license file, which describes the Phonexia technologies or products allowed to be used with that license file. License file The license file is a plain text file named license.dat…

Releases and Changelogs (Browser)

…wizard can’t create a report if server doesn’t support Diarization [G#21] Unified SID terminology Phonexia Browser v3.10.1, BSAPI 3.14.0 – Dec 6 2017 [#5068] Speed up preparing of calibration set [#5036] Use own configuration file for local SPE – original configuration file of SPE is not changed anymore [#4542] Better error message when calibration set contains invalid recordings [#5195] Added…

Understand SPE audio converter

…the converter Set the audio_converter.command to the actual command to be executed by the converter. Use %1 as placeholder for the input file, and %2 as placeholder for the output file. The SPE configuration file contains ready-to-use example commands for both FFmpeg and SoX. For both of these tools it is basically enough to specify the input file and output…