Skip to content Skip to main navigation Skip to footer

Search: file%20formats

94 results

Understand SPE configuration file

…directory. server.logging.file.rotation # Log file rotation based on log file size or time intervals server.logging.file.rotation = daily Sets the log file rotation strategy. It can be time-based (log file rotated after some period), or size-based (log file rotated after reaching some size). Default value is daily, i.e. log file is rotated every day. Further settings details are described directly in…

Releases and Changelogs (SPE)

…(10/23/2017) – BSAPI 3.13.0 [#5138] Fixed capital letters in file suffix may cause errors if the file is registered [#5090] Fixed PHNREC may return error for some audio files [#5043] Fixed utils resources allow to create file without suffix. Suffix “.wav” is automatically added if the file has no suffix Speech Engine 3.9.2 (09/08/2017) – BSAPI 3.13.0 [#4899] Fixed possible…

Understand SPE database

…unregistering files after processing (if using the files registering technique instead of uploading the audio files – see the Understanding SPE home directory article). This makes the files information AND the cached processing results to be kept in database. Or, you may be saving stream data to file, but not deleting the created stream audio files using the REST API…

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 executable files

…to URL (e.g. “http://server:port”) priority=number – Set request priority (see Understanding SPE processing priority for more details) phxclient: example 1 phxclient /login=admin /password=phonexia /method=POST /uri=”127.0.0.1:8600/audiofile?path=/myfile.wav” /data=”c:\audio files\example recording.wav” Upload example recording.wav file from c:\audio files folder to SPE running at this machine (i.e. with IP address 127.0.0.1) and put it in the root of SPE internal storage under myfile.wav name….

Understand SPE directory structure

…by that user. This directory maps to the root of the SPE storage for that user, i.e. files and directories uploaded/created in the SPE storage via API are stored here. Similarly, files and directories created directly on the filesystem (i.e. “outside” of the REST API) in this directory, are accessible for the API after file registration via POST /audiofile/registration. The…

LID: Terminology and adaptation

…you audio files using GET /technologies/languageid/extractlp endpoint Create new (yet empty) language model using POST /technologies/languageid/languagemodels/{name} endpoint Upload languageprint- or languageprint archive file to the language model using POST /technologies/languageid/languagemodels/{name}/file endpoint repeat this upload for all necessary files – e.g. when creating completely new language model from your own audio files, this would be hundreds or thousands of files (see…

Licensing (technical details)

…all speech technologies and products and may be required in order to use utilities and tools developed by Phonexia or partners. For technical purposes, the License agreement is represented by the license file, which describes the Phonexia technologies or products allowed to be used with that license file. License file The license file is a plain text file named license.dat…

Understand SPE audio converter

file format ‘C:\TMP\tmp9408aaaaaa’: BsapiException: SWaveFileI(1751): Corrupted WAVE file format: ‘C:\TMP\tmp9408aaaaaa’. 2021-01-30 20:49:26 [Trace] ConverterSubsystem: Converting C:\TMP\tmp9408aaaaaa -> C:\TMP\tmp9408baaaaa.wav 2021-01-30 20:49:27 [Debug] ConverterSubsystem: File C:\TMP\tmp9408aaaaaa has been converted. 2021-01-30 20:49:27 [Trace] ConverterSubsystem: Removed temporary file: C:\TMP\tmp9408aaaaaa 2021-01-30 20:49:27 [Trace] Data: Moving: ‘C:\TMP\tmp9408baaaaa.wav’ -> ‘D:\SPE\home\admin\storage\test1.wav’ 2021-01-30 20:49:27 [Trace] Data: Moved: ‘C:\TMP\tmp9408baaaaa.wav’ -> ‘D:\SPE\home\admin\storage\test1.wav’ 2021-01-30 20:49:27 [Trace] Data: File ‘/test1.wav’ registered in database…

SID: Speaker Identification: Results Enhancement

…normalization. The Audio Source Profile includes: a set of calibration voiceprints extracted from the source files NOTE: these voiceprints are not compatible with standard voiceprints created using the /technologies/speakerid4/extractvp REST API endpoint or the vpextract4 command-line tool! information about profile version, creation date and version of voiceprints hash of all data in the profile and hash of its parent profile

FAQs (PSP)

…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. in FAQ Phonexia…

Understand SPE home directory

…uploading file using POST /audiofile physically creates the file on filesystem in the storage location… and the file stays there until it’s explicitly deleted using DELETE /audiofile. There might be various reasons to NOT use the REST API for uploading files to the Speech Engine, e.g. to save the server from unwanted burden caused by many uploads and/or big files……

Releases and Changelogs (Browser)

…now load transcription files that contain spaces in a word instead of ‘+’ signs Fixed: Wrong file suffix when saving transcription on Windows Phonexia Browser 3.59 (Public release) Phonexia Browser 3.59.0, BSAPI 3.59.0 (2023-06-20) New: Transcription can be saved in text formats supported by the transcription widget Improved: SPE Output widget is now visible by default and gets focused when…

Understand SPE technologies configuration file

…of XL4 model <?xml version=”1.0″?> <technology_subsystem_settings> <technologies> <item> <name>STT</name> <models> <item> <name>SK_SK_5</name> <n_instances>8</n_instances> <config_file /> </item> </models> </item> <item> <name>STT_STREAM</name> <models> <item> <name>CS_CZ_6</name> <n_instances>2</n_instances> <config_file /> </item> </models> </item> <item> <name>SID4E</name> <models> <item> <name>L4</name> <n_instances>2</n_instances> <config_file /> </item> <item> <name>XL4</name> <n_instances>3</n_instances> <config_file /> </item> </models> </item> <item> <name>SID4C</name> <models> <item> <name>L4</name> <n_instances>2</n_instances> <config_file /> </item> <item> <name>XL4</name> <n_instances>3</n_instances> <config_file />…

What is User configuration file and how to use it

…working state. User configuration files provide a way to override processing parameters without modifying original BSAPI configuration files. WARNING: Inappropriate configuration changes may cause serious issues! Make sure you really know what you are doing. User configuration file is a plain text file with the same name as main configuration file, with additional extension .usr. For example: Main configuration file