Skip to content Skip to main navigation Skip to footer

Search: config file

50 results

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…

FAQs (Voice Verify)

Q: What is the approximate implementation time? A: The deployment into a development environment, along with the testing of the integration and getting the feeling of internal use can take 1-2 weeks. From our experience, the integration into existing infrastructure is what takes the most of the time. The whole process starting from defining processes, deployment of Voice Verify, configuration,…

Download Semantic Search demo

…following Readme.md is part of the docker image too. Semantic search Phonexia’s text-embedding based semantic search project demo Prerequisites installed Docker 25 GB of free HDD space 8 GB of RAM basic experience with using Docker images Running in Docker First you’ll need to load CPU/GPU image from provided tar file(s). docker load –input phonexia_semantic_search_<cpu/cuda>_<hash>.tar.gz Assuming that you have all…

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…

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…

Installation Guide

…at www.virtualbox.org Please make sure to download the latest version. Older versions may contain unfixed bugs resulting in Orbis crashing. Step #2 – Import Orbis package Launch VirtualBox, select Tools, and click the Import icon. On next page, locate your OVA file and click Next. On the Appliance Settings page the minimum HW requirements of 4 CPU cores and 13…

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

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…

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…

General

…later for making enrollment and verification requests on this voice stream. Configuration of the PBX depends on the vendor of the PBX. The Integrator of Phonexia Voice Verify is responsible for this part of configuration. PBX Connectivity To allow Phonexia Voice Verify access to live streams, it needs to be registered to a PBX. Phonexia Voice Verify registers/connects as a…

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

How to Install Orbis on KVM

files – an .ovf file which can be safely removed and two virtual disks in .vmdk format. Convert both virtual disks (.vmdk files) to qcow2 format using qemu-img command: qemu-img convert -O qcow2 orbis-disk001.vmdk orbis-disk001.qcow2 qemu-img convert -O qcow2 orbis-disk002.vmdk orbis-disk002.qcow2 Move the resulting .qcow2 files to a desired directory where the resulting virtual machine should be stored. The following…

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…

How to Update Orbis on KVM Without Data Loss

…an example here but other Linux distributions work in a very similar manner. Step 1 – convert updated OVA template into qcow2 format Open terminal and navigate to the folder containing updated Orbis OVA template. Extract the OVA file using tar command: tar xvf orbis-updated.ova This will create 3 files – an .ovf file which can be safely removed and…