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-a2e-executor- High-level executor API for emotion detection. Shows audio loading, emotion classification with preferred emotions, and CSV output. Recommended starting point. -
sample-a2e-inference- Low-level inference engine API for maximum control. Direct tensor management, manual bindings setup.