
Classifies speech affect in each AudioFrame with an emotion2vec model, emitting ranked [Classification] pairs or a single top-label String chosen by the connected output slot. Audio is resampled to 16 kHz internally for language-robust affect labelling.
Call-quality routing where detected emotion gates a branch from an audio file.
Per-turn emotion analytics where each aggregated speech turn is scored and logged.
model_name, hub, granularity, and device are read once at startup; changing any of them requires a restart.model_name must be the canonical id (the `iic/` prefix); a raw third-party repo path is not supported.hf_token is only consulted when hub is hf and the repo is gated or private.granularity of frame scores per analysis frame rather than over the whole clip; most affect routing wants the utterance default.AudioFrame returns an empty result without running the model; downstream must handle the zero-element or empty-string case.Automated release