Skip to content Skip to main navigation Skip to footer

Search: se

132 results

STT: What is Words-To-Numbers feature and how to use it

…that would require to retroactively change text which was already outputted earlier… which is impossible. Alternatively, the output would have to be somehow delayed… which is undesirable in realtime stream processing, of course. So, the best compromise is to keep the word-level outputs untouched and do the conversion only on the segment/sentence level. How does it work? The words to…

Q: How to fix the Error 1013: Unsupported: Server does not support authentication with token?

A: Please check SPE subdirectory ./settings for configuration files. If only phxspe.browser.properties exists, then your Browser uses SPE as embedded component and set inside the file this directive: server.enable_authentication_token = false In that case you can still use SPE with Basic HTTP authentication, as described in documentation, section “Basic authentication“ If you would like to play with “pure” daemon installation,…

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

…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 header to each query. Basic Authorization is done by HTTP standard in header of each query for the server. You can set this in ./settings/phxspe.properties…

Open Source Acknowledgement

…toml11 MIT websocketpp BSD-3-Clause zlib Zlib RLS server Name License ADVobfuscator https://github.com/andrivet/ADVobfuscator#copyright-and-license. Copyright: 2010-2017 Sebastien Andrivet Poco BSL-1.0 boost BSL-1.0 bzip2 bzip2-1.0.8 cpp-httplib MIT fmt MIT mariadb-connector-c LGPL 2.1 libre BSD openssl OpenSSL rapidjson MIT scnlib Apache License 2.0 spdlog MIT zlib Zlib Annotation Tool dependencies Name License Apache Commons Lang (commons-lang3) Apache License, Version 2.0 Java Servlet API (javax.servlet-api)…

What is User configuration file and how to use it

…name User configuration file name stt_cs_cz_5_online.bs stt_cs_cz_5_online.bs.usr kws_nl_nl_5.bs kws_nl_nl_5.bs.usr phnrec_pashto.bs phnrec_pashto.bs.usr vpextract4_xl4.bs vpextract4_xl4.bs.usr During technology initialization (e.g. during Speech Engine startup), the initialization routine checks for existence of such user config file. If found, it’s automatically loaded after loading the main configuration file and the settings from user config is automatically applied over the setings from main configuration file. Usage…

STT: Results explained

…available in ouput. To better support voicebot applications, following additions were implemented: sentence_info array, containing confidence value for each sentence present in the one-best results (since version 3.24) (a sentence is a part of output from <segment> to </segment> token… i.e. if there are 2 such sentences in the results, the sentence_info array contains 2 elements) n_best_result object, containing additional

Q: I am getting SPE related error after starting the Browser (e.g. SPE server crashed, Error Downloading…, unable to connect to the SPE server, unable to start the localhost…)

A: Windows: Open terminal in folder where PhxBrowser.exe is located (hold Shift and click right mouse button in free space in windows explorer and select “open command window here”) Run PhxBrowser software with command: PhxBrowser.exe /spe-debug /spe-output PhxBrowser software will start with “SPE output” tab which shows the debug output of SPE Linux: Run PhxBrowser software in terminal with command:…

FAQs (PSP)

…not support authentication with token? A: Please check SPE subdirectory ./settings for configuration files. If only phxspe.browser.properties exists, then your Browser uses SPE as embedded component and set inside the file this directive: server.enable_authentication_token = false In that case you can still use SPE with Basic HTTP authentication, as described in documentation, section “Basic authentication“ If you would like to…

Q: My NET license has stopped working, returning “Not enough free licenses” error.

…more instances than allowed by the license file (using -j parameter in command line). In rare cases your SW copy may have accidentally crashed. If this is the case, please wait for automatic license renewal period (60 minutes after last check). Check if your connection to the license server hasn’t changed. Check if validity of the license is not expired….

Q: How to choose answer format from server (xml/json)?

A: Via HTTP header “Accept” parameter (application/json; application/xml) Via request query “format=json/xml” If the format is not defined (or the HTTP header “Accept” parameter has one of these values: application/*,*/*,*), server will return json….

Privacy Policy

…provide our services or process your information. These parties are required to do so in a confidential and secure manner in accordance with this Privacy Policy.Third party service providers – In connection with a corporate merger, acquisition or other corporate reorganization 2.2 Renting or selling Personal Information We don’t rent or sell your personal information. 2.3 Opt-In Consent If we…

Speaker Identification (SID)

…different persons. One way to measure the performance of a speaker identification system is to calculate the trade-off between these two errors which can be shown in a Detection Error Tradeoff (DET) graph. By decreasing the threshold for acceptance we decrease the probability of a false rejection, but at the same time we increase the probability of a false acceptance….

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

Waveform Denoiser (DENOISER)

…It is advisable to use the technology after the acoustic quality check of recordings. If some technical information indicates, for example, low values of signal-to-noise ration (SNR), it is advisable to divert the recording directly into the Denoiser technology to automatic noise reduction. On the other hand, it is not appropriate to send an automatically reconstructed recording subsequently to STT…

Understand SPE user accounts

…other” accounts still need to register the file to be able to actually use it in SPE… otherwise, the file would be visible only by the account which originally uploaded the file. This is because SPE keeps some file metadata (name, timestamps, …) in its database and files not having its database record (associating them with the SPE account) are…