Skip to content Skip to main navigation Skip to footer

Search: logging

11 results

Testing possibilities

…voice biometry technology Limitations No additional features (calibration, logging, connection to a contact center,…) Only live calls can be processed Voice Verify Demo works with outbound calls The accuracy measurements may not be fully transferable into a production environment (more information below) 3 minutes call-duration limit Maximum 10 calls per day per telephone number Demo access requests must come from…

What is User configuration file and how to use it

…directory and put the following lines in it (changing the forward extension parameter from default 750 to 1500): [vad.online_segmenter:SOnlineVoiceActivitySegmenterI] forward_extensions_length_ms=1500 Then after restarting SPE – and optionally checking in SPE log that user configuration file stt_cs_cz_5_online.bs.usr was really loaded (this information is available at the ‘trace’ logging level only) – the STT results should show end of segment less frequently….

General

…(verified, not sure, not verified) Phonexia Voice Verify provides API functionality for several processes: Main functionality – voice enrollment/verification Support administrative process – PBX connectivity, voice streaming, reports, logging, … Maintenance – back-ups, restore Current offline version of API documentation can be downloaded here: Voice Verify 1.7.6 API reference To view it, please unzip the file and import the downloaded…

Understand SPE directory structure

…Optionally, there might be also a phxspe.browser.log file present. This is a log file produced by SPE when it’s started by Phonexia Browser in so-called “embedded” mode. Refer to Phonexia Browser manual for more information about the “embedded SPE” mode. Location and name of SPE log files can be modified using server.logging.file option in SPE configuration file. This might be…

Quick Start Guide

…local computer installations you will encounter an error with certificate. On Chrome it looks like this: Select “advanced” and “Proceed to…” to get to a logging screen: What are the default login credentials to Orbis? Username: admin Password: phonexia Permalink After you log in for the first time, you should this password and create different user. Go to settings by…

Understand SPE database

…technology model, results JSON data rest_result_tae TAE processing results – file, used technology model, results JSON data rest_result_vad VAD processing results – file, used technology model, results JSON data SPE logging to database Storing SPE logs to database is available only for MariaDB / MySQL. This is mainly for performance reasons – SQLite is not designed for high concurrency, i.e….

Multi-server deployment

Table of Contents Toggle Hardware requirements CPU Networking requirements Architecture API Voice input Voice Verify maintenance API back-up and restore Updates Logging Monitoring Calibration ASP management Maintaining accuracy This documentation is valid for Voice Verify version 1.7.6. The multi-server version of Voice Verify needs at least 10 virtual machines (or physical servers) in order to run. The solution consists of…

Single-server deployment

Table of Contents Toggle Hardware requirements CPU RAM Disk storage Networking requirements Architecture API Voice input Voice Verify maintenance API back-up and restore Updates Logging Monitoring Calibration ASP management Maintaining accuracy This documentation is valid for Voice Verify version 1.7.6. Voice Verify is delivered as a single virtual machine. Both on-premise and cloud deployments are supported. We are able to…

Releases and Changelogs (SPE)

…Runtime (UCRT) installed (normally installed as part of Windows Update) Changed: Logging is set to both file and console by default (this might be undesired for running SPE as service, i.e. changing the logging setting might be wise) Changed: Number of workers and RTP input streams limit are set automatically by default Changed: Require initialization of all configured technologies by…

Understand SPE configuration

…server.port = 8600 # Server logging # Level (trace, debug, information, warning, error, fatal) server.logging.level = information # Destination (console, file, database) # Logging to database is supported only for MySQL server.logging.destination = file # Path to file where log is stored server.logging.file = ${application.dir}log/phxspe.log Did you notice the server.logging.file directive? They present the first example of using variables in…

Understand SPE configuration file

…Below you can find detailed description of all SPE configuration settings, together with some usage tips. Table of Contents Toggle Generic settings server.bind_ip, server.port server.identifier server.umask Paths, locations server.user.home bsapi.path server.shared.path technologies.configuration server.license Logging server.logging.level server.logging.destination server.logging.file server.logging.file.rotation server.logging.file.purge_count server.logging.enable_async server.logging.database.identifier Initialization server.require_all_configured_technologies server.technology_multithread_initialization server.technology_multithread_initialization.n_threads Database server.db.save_results server.db.engine server.db.sqlite.data_source server.db.mariadb.host, server.db.mariadb.port server.db.mariadb.db, server.db.mariadb.user, server.db.mariadb.password server.db.mariadb.options, server.db.mariadb.max_connections Audio Source Profile server.audio_source_profiles_cache_size…