Skip to content Skip to main navigation Skip to footer

Search: admin phonexia

34 results

Speech Engine update

Phonexia packages versioning follows the bugfix / update / upgrade approach. Bugfix changes only last version number (e.g. 3.45.x to x+1) and includes a fix of known problems, without changing components or technology models Update changes middle version number (e.g. 3.x.y to x+1) and changes/enhances the functionality and may change the API can include bugfixes, or changes in component or…

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

…would like to 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….

Understand SPE workers configuration

…(7 cores × 4 streams per core) i.e. the realtime workers setting should be server.n_realtime_workers = 28. The number of initialized STT_STREAM technology instances (configured via phxadmin –configure-tech) should be also set to 28. There is no point to initialize more than that since there won’t be more workers available, i.e. no more than 28 simultaneously running tasks anyway. NOTE:…