Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Audio2Emotion SDK Samples

This directory contains sample applications demonstrating different aspects of the Audio2Emotion SDK. Each sample showcases specific usage patterns, from high-level executor API to low-level inference engine control.

Sample Overview

  1. sample-a2e-executor - High-level executor API for emotion detection. Shows audio loading, emotion classification with preferred emotions, and CSV output. Recommended starting point.

  2. sample-a2e-inference - Low-level inference engine API for maximum control. Direct tensor management, manual bindings setup.