Skip to content Skip to main navigation Skip to footer

Search: open%20source

26 results

Open Source Acknowledgement

…License) link mman-win32 (Windows only) MIT ogg BSD-style license onnxruntime MIT, link openfst Apache License openssl OpenSSL opus BSD range-v3 BSL-1.0 scnlib Apache License 2.0 spdlog MIT speex revised BSD license speexdsp BSD utfcpp BSL-1.0 zlib Zlib stdlibc++, libgcc, libwinpthread (Windows only) GNU GPL with GCC Runtime Library Exception, link SPE dependencies Name License ADVobfuscator GitHub – andrivet/ADVobfuscator: Obfuscation library…

Understand SPE configuration file

…disabled by default. reporting.ssl.cipher_list # Set SSL cipher list (default: ALL:!COMPLEMENTOFDEFAULT:!eNULL) # For more details, see https://www.openssl.org/docs/man1.1.0/apps/ciphers.html # reporting.ssl.cipher_list = ALL:!COMPLEMENTOFDEFAULT:!eNULL # Set SSL cipher list (default: ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH) # For more details, see https://www.openssl.org/docs/man1.0.2/apps/ciphers.html # reporting.ssl.cipher_list = ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH Sets list of ciphers to use when SSL is enabled for reporting. The list should use OpenSSL cipherlist format, see https://www.openssl.org/docs/man1.0.2/apps/ciphers.html (SPE…

FAQs (PSP)

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: ./PhxBrowser –spe-debug…

Releases and Changelogs (Browser)

…now correctly change background color on Windows when hovered over by mouse Fixed: Language code is sometimes not visible in LID result information widget Fixed: ❗❗❗ Unable to open audio files with non-ASCII/Unicode characters in the name or path on Windows Phonexia Browser 3.58 (Public release) Phonexia Browser 3.58.0, BSAPI 3.58.0 (2023-04-03) New: Export contents of tables in SID Evaluator…

SPE and Browser installation: standalone SPE

…line type: phxadmin.exe /configure-tech SPE on Linux Open the Terminal window in  /SPE/ directory Type in the terminal: ./phxadmin –configure-tech This will open the list of technologies (and language models) available for you to chose from 1) Age Estimation [disabled] 2) Denoiser Technology [disabled] 3) Diarization [disabled] 4) Gender Identification [disabled] 5) Keyword Spotting [disabled] 6) Phoneme Recognition [disabled] 7)…

Releases and Changelogs (SPE)

…generation STT models New: Added changelogs for STT models (located in bsapi/stt/data/models_<model> directory) Improved: Updated language models of 6th generation STT RU_RU_6 (version 6.1.0) RU_RU_A_6 (version 6.1.0) Fixed: *.bs.usr configuration files are ignored by phxadmin and phxadmin2 Fixed: ❗❗❗ Unable to open audio files with non-ASCII/Unicode characters in the name or path on Windows Speech Engine 3.58 (Public release) Speech…

FAQs (Browser)

…your distribution package at http://ffmpeg.org Then continue as described below: Using Phonexia Browser with embed SPE Open the Browser configuration dialog by click on button “Settings” located in tool ribbon. Select tab “Speech Engine” and configure SPE as described in documentation. Don’t forget select checkbox “Enable audio converter”. Using SPE as service/daemon Open file settings\phxspe.properties using standard text editor. Then…

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

Q: How to fix Error 1007: Unsupported audio format?

…ffmpeg utility, powerful and well documented. Please find your distribution package at http://ffmpeg.org Then continue as described below: Using Phonexia Browser with embed SPE Open the Browser configuration dialog by click on button “Settings” located in tool ribbon. Select tab “Speech Engine” and configure SPE as described in documentation. Don’t forget select checkbox “Enable audio converter”. Using SPE as service/daemon…

Understand SPE technologies, instances and workers

…configured. There is one or more counter desks reserved for particular service in the post office. These counter desks are always there, taking up the office space, regardless of being actually opened (i.e. post office worker actually sitting there) or not. There is one or more instances configured of each particular technology in the Speech Engine installation. These instances are…

Phonexia Browser

When reporting issue with Phonexia Browser please attach both SPE report and Browser log. To create the SPE report: Go to the SPE installation directory Open command line/terminal (in Ubuntu Linux Right click + press E, in Windows type cmd in the address bar) Run ./phxadmin –report (Linux) or phxadmin.exe /report (Windows) Zip up the created directory with report and…

Adding new language or technology model (Browser)

…our example, we are adding new Spanish model (ES_6 technology model) of Speech to Text and Keyword Spotting (with Phoneme Recognizer). When you install new languages or models, they are turned off by default and need to be enabled in Phonexia Browser. To turn new models on, open Phonexia Browser: go to Settings Switch to Speech Engine tab Open STT…

Q: While trying to install SPE3, I get the error for loading libasound.so.2 libraries

Currently I’m trying to install the provided binaries for Linux, but I do get the following when running phxadmin: ./phxadmin: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory I’m trying to run this under CentOS 7. A: Please install the right libraries required for manipulation with audio files from official repository into…