Skip to content Skip to main navigation Skip to footer

Search: how to use external database

5 results

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…

Releases and Changelogs (SPE)

…API changes) [#5035] Speed up SID when calibration is used [#5161] Use MariaDB connector instead of MySQL connector [#5178] Updated systemd service template – added dependency on network-online.target [#5070] Added voice-print merge resource (/technologies/speakerid/vpmerge) [#5099] Added resource which returns tasks of all users (/tasks) [#5132] Added version of technology model to resource /technologies [#5134] Added version of BSAPI to resource…

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…

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