NextNeural/aria-audio
0
ARIA Audio
Tiny FastAPI service backing the ARIA AGENT app for the models that no serverless inference provider hosts:
POST /tts{"text": "...", "lang": "pol" | "eng"}→audio/wav(facebook/mms-tts-pol / facebook/mms-tts-eng)POST /emotion(body: 16 kHz mono WAV) →[{"label","score"}, ...](superb/wav2vec2-base-superb-er)GET /→ health
Models load lazily on first use and stay warm. CPU-basic is enough — MMS is a 36M-param VITS and the classifier is a base wav2vec2.
