Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

57 total results found

About Layered Voice Analysis (LVA™)

ADO's Voice Screen

Layered Voice Analysis, or LVA, is a technology that provides a unique analysis of human voices.  This technology can detect a full range of genuine emotions, such as stress, sadness, joy, anger, discomfort, and embarrassment - and many more emotional/cogniti...

Emotion Logic platform's basics

ADO's Voice Screen

OK ! You Have an Account—What’s Next? Once your account is created and your phone number validated, we’ll top it up with some free credits so you can experiment and develop at no cost. Your account operates on a prepaid model, and as your usage grows, it will...

FeelGPT Advisors System

ADO's Voice Screen

FeelGPT Overview:  Intelligent Analysis of Pre-Recorded Conversations and Emotions FeelGPT is a virtual expert designed to bridge the gap between spoken words and true emotions. In fields such as fraud detection, customer service, and sales, understanding a ...

AppTone Questionnaires System

ADO's Voice Screen

AppTone: Genuine Emotion Analysis for Voice-Based Questionnaires and Audio Responses Overview AppTone is one of the "Analyze Now" services that analyzes spoken responses in voice-based questionnaires to provide insights into emotional and psychological state...

Developer's zone

ADO's Voice Screen

Emotion Logic Open Source and Postman sample collections Clone Emotion Logic UI library This repository is our open-source library for all UI elements used on our reports. git clone https://gitlab.com/emotionlogic-sky/emotionlogic-ui.git Clone Emotion ...

Audio Analysis API

ADO's Voice Screen

Introducing Emotion-Logic Cloud Services Emotion-Logic offers Cloud Services as a convenient alternative to self-hosting, making it easier than ever to implement our genuine emotion detection technology. With Emotion-Logic Cloud Services, you gain access to o...

API response examples

ADO's Voice Screen

Human Resources

Standard call center response sample

ADO's Voice Screen

2121

Call center sales response sample

ADO's Voice Screen

Call center risk sample response

ADO's Voice Screen

API Error and warning codes

ADO's Voice Screen

Errors table Error code Description 1 A renewal activation code is needed soon -100 An internal error occurred in the license server initialization process -102 A protection error was detected -103 WAV file must be 11025 sam...

"Analyze Now" APIs

ADO's Voice Screen

Introduction to the "Analyze Now" APIs The "Analyze Now" APIs in the Emotion Logic Developers' Zone offer advanced, integrated solutions designed to go beyond basic LVA analysis. These APIs combine Layered Voice Analysis (LVA), Speech-to-Text (S2T), and Gener...

Obtaining advisor id

ADO's Voice Screen

FeelGPT AnalyzeFile API endpoint requires an advisor-id as part of the request. This document explains how to get obtain an advisor-id 1. On FeelGPT, click "Let's Start" button on your prefered advisor 2. The advisor-id it located at the top-right of t...

AppTone Get Questionnaires List

ADO's Voice Screen

questionnaires is an HTTP GET enpoint to retrieve a list of all available questionnaires by filter. A call to advisors endpoint requires basic authentication. Please refer to Analyze Now Authentication  Here is a sample Javascript code to fetch the questionn...

Docker installation and maintenance

ADO's Voice Screen

System requirements The docker runs on Linux Ubuntu 22.04 or later.  Installing docker software on the server UBUNTU Server Copy and paste the following lines to the server  terminal window, then execute them sudo apt-get update sudo apt-get install ca...

Real-time analysis (streaming)

ADO's Voice Screen

Emotion-Logic's real-time API offers instant emotion detection for live interactions, making it ideal for voice-controlled devices, customer support, or any situation requiring immediate emotional understanding. With the real-time API, you can process streamin...

Sample code - avoid promises

ADO's Voice Screen

Sample code - Using promises Emotion Logic docker supports integrations with 2 STT (Speech To Text) providers Deepgram Speechmatics  By setting your STT provider API Key, the Emotion Logic anlysis docker will sync its analysis to the ST...