Skip to content Skip to main navigation Skip to footer

Search: config file

41 results

Understand SPE benchmark

…use the benchmark to compare performance of new SPE version, new technology generation, or different technology model, on the same HW configuration… and so on. Running benchmark Benchmark can be run in two ways: by calling …/benchmark endpoint as documented by calling …/benchmark endpoint as documented, with additional path parameter The first option uses set of audio files supplied with…

Understand SPE administration and backup

…All other should be with “user” role (one user does not see content of other user). See Understand SPE user accounts for details. user.home – where the server stores the users data, see Understand SPE home directory for details LOG files – log file rotation is configured in phxspe.properties, see Understand SPE configuration file for details SPE database administration –…

Understand SPE multithreaded technologies initialization

…of single-threaded initialization is that it may take longer time to fully initialize the whole system, depending on the actual technologies configuration (number of initialized technologies and instances). In multi-threaded configuration, instances of each technology are initialized in multiple parallel threads, one separate thread for each technology–model combination. This, in general, results in faster initialization of the whole system. On…

Get better support

…information. It will help both of our parties to provide fastest and most efficient technical support to your customer: Issue data – required: LOG files or Console output from failed speech technology (for the command line) – usually in ./log/ directory) configuration files (technologies.xml from SPE is minimum) – usually in ./settings/ directory licensing file (license.dat) – usually along the…

Key Features (PSP)

Phonexia Speech Platform is provided as a set of several components: The Speech Engine (SPE) component is a REST API that includes technologies for the automated processing of audio files and audio streams. This component is usually provided in a specific configuration that meets the customer’s use case. The Phonexia Browser component is an expert-level application (on the top of…

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

Video – Getting started with SPE

MODULE 1: Getting started with Speech Engine (19 min) Installation Technologies configuration Server and database configuration Users configuration Files processing Synchronous and asynchronous requests, results polling Stream processing https://youtu.be/4qrB-GfFdWY…

SID4 performance on Intel® Xeon® Platinum 8124M

…32GB RAM, 30GB SSD based storage, 1000 I/O.s-1 reserved per core Benchmark data setup Data set statistic: Number of files: 32 [300 seconds each] RAW recordings total length: 9600 seconds Net speech total length: 4224.77 secons Data set contains 44% of speech signal, 56% of silence or technical signal Statistic counted by Phonexia VAD 3.22.1, “vad_2.bs” settings (AKA strict VAD,…

Understand SPE processing priority

SPE has a simple built-in system of task prioritization. This allows for flexible management of processing queue, which is useful especially in mass audio processing. For example, if there is a long queue of files waiting to be processed, and one needs to urgently process another bunch of files, these files can be sent for processing using higher priority… and…

Installation of Phonexia Browser

…software is distributed as a ZIP file. Installation procedure is as simple as: unzip the archive paste additional KWS, STT… models paste the license.dat file to the root directory where you have BROWSER folder and run_browser(.exe) script run the run_browser(.exe) script start the PhxBrowser(.exe) software configure the technologies, IP addresses, ports. etc The following video shows PhxBrowser v3 installation. https://partner.phonexia.com/wp-content/uploads/2018/03/Browser-install-without-sub.mp4…

Q: What are the supported audio formats?

configured do this conversion automatically in background, see Understand SPE audio converter article. Great tools for converting other than supported formats to supported are FFmpeg (http://www.ffmpeg.org) or SoX (http://sox.sourceforge.net/). Both are multiplatform software tools for Microsoft Windows, Linux and Apple OS X. Example of usage: FFmpeg ffmpeg -i <source_audio_file_name> <output_audio_base_name>.wav This command converts any supported format/codec audio file to normalized…