Skip to content Skip to main navigation Skip to footer

Search: how to use external database

6 results

Understand SPE audio converter

…first step it’s necessary to install external converter of your choice on your operating system. We recommend using either the well-known FFmpeg (ffmpeg.org) or SoX (sox.sourceforge.net), but you can use any other command line tool or script which accepts input file name and output file name as parameters (like my_converter <inputfile> <outputfile>). ? Linux Use your distro’s package manager to…

Phonexia Speech Engine

…or stream exists. Once the recording is deleted from SPE storage, or stream is ended, SPE removes all information, metadata and technology results from the database. Basic user management SPE allows to define multiple users with different user roles and user rights. Each SPE user has access only to its own data storage, files, metadata and processing results. Load management…

Understand SPE directory structure

database SQL scripts. data ├── phxspe.properties.default ├── init.d-phxspe.template ├── phxspe.service.template │ ├── benchmark └── database phxspe.properties.default Default phxspe.properties SPE configuration file init.d-phxspe.template Example SPE init.d script phxspe.service.template Example SPE systemd service unit file benchmark Default audio files for built-in benchmark functionality database Database SQL scripts for supported databases: SQLite, MariaDB and MySQL The phxspe.properties.default file is used by phxadmin tool…

General

…of the voiceprint and corresponds to the identity of the enrolled/verified user. For example if user John Doe has unique identifier abcd123 in CRM, then this value should also be used as external_id. Enrollment It is recommend to check the existence of the voiceprint via endpoint POST api/v2/voiceprint first. This action requires external_id. Once it is confirmed that voiceprint with…

Releases and Changelogs (SPE)

…error Changed: MySQL database is no longer supported in favor of MariaDB (more details about migration in doc/UPDATE.txt) Changed: Better phxadmin2 usage descriptions Changed: phxadmin2 –version output format (3.45.0, 6118, 2021-10-07) Changed: phxadmin2 technology show now uses colon to separate technology and model (consistent with “technology enable”) Removed: user setting for maximum number of pending requests (the setting was ignored…

Understand SPE configuration file

…for your network. server.identifier # Name of server used as ID for RLS and in database log (if ‘server.logging.database.identifier’ is not specified) # server.identifier = spe Optional server name to be used in RLS* reports to identify the server. If it’s not specified, the machine hostname is used. If it’s not overridden by server.logging.database.identifier value, it is also used to…