Skip to content Skip to main navigation Skip to footer

Search: Licensing error: (6001)

49 results

Understand SPE home directory

…the files registration technique are: – copy/create first, register afterwards – unregister first, delete afterwards Following these practices prevents various errors like trying to access incomplete files (because they were registered before completing the copy), or non-existent files (because they are still registered, but were already deleted), etc. NOTE: When using the registration technique it is necessary to make sure…

Q: How can we test Phonexia technologies?

We can prepare a testing package for you with full functionality of all technologies. The license validity is 90 days to allow you to test the technologies. Note: by default a NET license is provided for testing. This license needs to have active Internet connection to a phonexia licensing server in order to function. Rest assured no data – audio,…

Understand SPE administration and backup

…the system: SPE database – the technology models, SPE user accounts, etc. are stored here SPE configuration file (usually /settings/phxspe.properties) technologies configuration file (usually /settings/ technologies.xml, or see phxspe.properties for details) licensing file (license.dat, usually stored along to phxspe.exe, or see phxspe.properties for details) Optimally, Partner should backup also the following entire SPE directory [optional], with all subdirectories (/bsapi/, etc.)…

Designing and Developing Application

…measure evaluation results and how to process calibration? Etc. We encourage Partner to become familiar also with the following points: Phonexia Speech Engine features and list of the technologies Best practices -typical processing flows and architecture from our previous projects Databases schema Other Phonexia components and tools as example application that can give you inspiration Licensing possibilities of the Phonexia…

Phonexia technologies introduction

…technologies 11:43 Speech Transcription (STT) 12:30 Keyword Spotting (KWS) 13:32 Phoneme Recognition (PHNREC) 13:54 Time Analysis Extraction (TAE) 14:22 Speech Platform architecture; Speech Engine, Phonexia Browser, Phonexia Voice Inspector brief 18:52 HW and SW requirements, typical deployment topologies 21:34 Supported file- and stream formats, typical implementations and data flows 27:29 Licensing technical options 32:24 Summary, recommended next steps   https://youtu.be/DDu0Y1rgQ6k…

Download Voice Inspector 5.2

…downloaded package (ZIP) to a location of your choice (e.g. ~/PhonexiaVIN/). Save the license.dat file to the root of your Voice Inspector directory (e.g. ~/PhonexiaVIN/) and plugin Phonexia USB token to USB port, when USB licensing is in use. Run ./VoiceInspector (Linux) / VoiceInspector.exe (Windows). Set up wizard will be launched automatically and help you with the first launch. You…

Keyword Spotting (KWS)

…Command Line implementation. TIP: If Keyword Spotting refuses a keyword and throws an error, check if the keyword uses only allowed graphemes. Pronunciations Keywords can be specified with, or without a pronunciation. If pronunciation is not specified, a default pronunciation is created internally. This default pronunciation is either taken from a dictionary (if the keyword is found in dictionary), or…

Q: Which authentication options are allowed by the server and how does it work?

A: The following options are supported: HTTP basic authorization – Client asks for session by resource “post /login” with HTTP basic authorization in query header. If server responds with error 405, server doesn’t support authorization by sessions and it is necessary to use basic authorization. Authorization by session – Authorization by session is done by adding parameter “X-SessionID“ into HTTP…

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…

SID: Speaker Identification: Results Enhancement

…effect on the duration of comparison. It improves the system’s discriminability which decreases the Equal Error Rate (EER, for more information, have a look at SID Evaluation). Due to its easy use, it is highly recommended to use Mean Normalization in every SID implementation. False Acceptance Calibration Requirements: Number of audio recordings: 1000 divided by the desired False Acceptance Rate…

STT: What is Preferred Phrases feature and how to use it

…due to differences in pronunciations of certain graphemes in the transcription language. Therefore it is recommended to define words pronunciations in the dictionary part described below. Complete list of the preferred phrases words and all their pronunciations is included in the transcription result for reference. This is useful for analysis of transcription errors and eventual tuning of words- or pronunciations…

I get “Server failed to return a valid response” on login page

This error usually happens when you try to access Orbis before it has been fully initialized. When you start Orbis virtual machine, the Webserver component responsible for rendering login screen starts fast, but some other Orbis components takes a little longer to initialize. Try to wait for a while, then refresh the page and try again. If that doesn’t help,…

Documentation (SPE)

…files in [SPE]/doc in standard software package and installation. You can also find REST API reference (Speech Engine) documentation online. You might be interested in reading the following information in manual: REST API reference Structure of API queries Asynchronous request Task prioritization Authentication Audio requirements RTP/HTTP streams Error responses API Commands Usage examples API Requirements Installation guide And much more…

Q: What are the requirements for SID evaluation dataset?

…unique recordings coming from different audio environments or even different times of the day, additional details can be analyzed leading to better results. Warning: Any human error in evaluation set preparation (in speaker uniqueness, placing recordings into wrong folder, etc.) affects the evaluation results, so it’s very important to prepare the data carefully.   See SID Evaluation for more details…