Skip to content Skip to main navigation Skip to footer

Search: config file

41 results

Understand SPE workers configuration

Worker is a working thread performing the actual files– or realtime streams processing in Speech Engine. This article helps to understand the Speech Engine workers and provides information how to configure workers for optimal performance and server utilization. Starting from SPE 3.51, new defaults in settings/phxspe.properties make SPE to configure workers automatically according to local conditions (physical CPU cores, configured

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

Understand SPE home directory

…uploading file using POST /audiofile physically creates the file on filesystem in the storage location… and the file stays there until it’s explicitly deleted using DELETE /audiofile. There might be various reasons to NOT use the REST API for uploading files to the Speech Engine, e.g. to save the server from unwanted burden caused by many uploads and/or big files……

SPE and Browser installation: standalone SPE

…to start processing your recordings with Phonexia Speech Technologies. 1. Download Evaluation package Download the Phonexia Evaluation package from https://partner.phonexia.com/kb/sp/speech-platform/evaluation-package/ Simply unzip the package to your desired location. Ideally avoid C:/Program Files as you may face issues later on with previleges 2. Save license.dat file Copy the license.dat file to the /SPE/ directory. Make sure the license.dat file is not…

FAQs (Browser)

…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 # %2 is for output file ffmpeg example: audio_converter.command…

Phonexia Speech Engine

…– results are then returned immediately from the cache instead of complete re-processing of the audio file. Own persistent data storage SPE keeps uploaded audio files in its own persistent storage space, so the original source files can be archived or deleted after upload. Data privacy SPE keeps information about audio file or stream only as long as the file

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…

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…

Speech Engine update

…of crucial files like SPE configuration file, etc. it’s strongly recommended to use visual comparison tool (Beyond Compare, KDiff3, …) based on the differences, make a decision about needed changes – which directories/files can be overwritten and which files contain changes made by you, i.e. in which you need to merge your own changes with their new content (this typically…

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

Understand SPE technologies, instances and workers

configured. There is one or more counter desks reserved for particular service in the post office. These counter desks are always there, taking up the office space, regardless of being actually opened (i.e. post office worker actually sitting there) or not. There is one or more instances configured of each particular technology in the Speech Engine installation. These instances are…

Understand SPE processing queue

…can be handled simultaneously is defined by server.n_workers for audio files processing and server.n_realtime_workers for realtime streams processing settings in SPE configuration file. This is by default set automatically, based on your hardware and software configuration – see How to configure Speech Engine workers article. The picture below demonstrates the queue processing (for the sake of simplicity, technologies assignments to…

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

KWS: Results explained

…sheet demonstrating the sigmoid function: Score-to-Confidence. Score-to-confidence conversion tuning Starting with SPE/BSAPI 3.24 (October 2019) it’s possible to modify the confidence calculation using confidence_shift and confidence_sharpness values in user configuration file in [score_calib:SKeywordScoreCalibrationI] section. User configuration file must have the same name as original configuration file, with added .usr extension, e.g. kws_en_us_5.bs.usr – see the What is a user configuration

SPE and Browser installation: embedded SPE

…Windows: avoid C:/Program Files/ as you may face issues later on with privileges 2. Save the license.dat file Copy the license.dat file to the /SPE/ directory. Make sure the license.dat file is not altered in any way or renamed. The license is provided upon request by Phonexia sales representative. If you do not have it, contact our sales to arrange…