Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 592 Bytes

File metadata and controls

9 lines (5 loc) · 592 Bytes

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.