Skip to content Skip to main navigation Skip to footer

Search: tasks limit

6 results

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

Preferred phrases is a feature, available for 5th or newer generation of STT models and Speech Engine 3.32 or later. This article explains what is the feature good for, how does it work internally and gives some tips for practical implementation. What are preferred phrases In the speech transcription tasks, there may be situations where similarly sounding words get confused,…

Orbis 1.3.2 Release Notes

Speaker clustering We have added new feature that helps uncover situations, when the same speaker is speaking on multiple unrelated devices. Speaker clustering feature groups recording into clusters, where each cluster represents one speaker Notification center We have added a notification center to monitor background tasks. It can be accessed by clicking a bell icon on the top left corner…

Understand SPE configuration

…compute the optimal usage of that instance. This directive should be taken into account also in the user rights settings on the server resource utilization (see SPE documentation). # Sets limit for number of pending operations. server.n_task_limit = 1000 The results from finished tasks are held in memory for fast retrieval for a specified number of seconds. If database use…

Understand SPE processing queue

This article explains details about SPE asynchronous requests processing queue, the processing task lifecycle and its handling states. When SPE receives an asynchronous API request, a task is created and put in a queue. Size of the queue is defined by server.n_task_limit setting in SPE configuration file, default value is 1000 tasks. Tasks in queue are then handled according to…

Releases and Changelogs (SPE)

…after receiving reply from RLS (RLS v0.14.2 is required to fix the issue) Fixed: Websocket connection error may lead to accessing dealocated memory Fixed: Deleting tasks can leave files locked forever Fixed: Files are locked forever when task limit is reached Fixed: Misleading and confusing licensing error when HW profile does not match Fixed: Trace log messages during model initialization…

Understand SPE configuration file

…File size Limit for upload and registration # server.upload_max_filesize = 10MB Allows to set a file size limit for audio files uploaded to SPE storage, e.g. to prevent oversized files to be uploaded. By default there is no limit. server.max_metadata_size # Limit for maximum upload file metadata size # server.max_metadata_size = 1KB Allows to set a file size limit for…