
Runs any HuggingFace audio-classification checkpoint for speech affect over each AudioFrame, emitting the ranked emotion label/score pairs as [Classification] or only the single top emotion as a String.
Classify recorded speech emotion and log the predictions.
Classify emotion from live microphone audio and route on the result through a conditional branch.
device are watched at runtime and hot-swapped in place when changed, clearing the GPU cache on swap, so switching checkpoints needs no restart.device set to a CUDA value silently falls back to CPU when no GPU is present, and any CUDA index resolves to GPU 0 rather than the suffix you name.AudioFrame returns an empty result without running the model, so downstream consumers must handle the empty case.live-test prerelease 2026-06-26T14:46:35Z