Eval Definition
Audio Quality
Evaluates the perceptual quality of an audio input, assessing aspects like clarity, noise levels, and overall listenability using an LLM.
Evaluation Using Interface
Input:
- Required Inputs:
- input audio: The audio file (URL or local path) to be evaluated.
Output:
- Score: A percentage score reflecting the quality of input audio.
Evaluation Using SDK
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input audio | str | file path or URL to audio file |
Output | Type | Description |
---|---|---|
Score | float | Returns a score between 0 and 1, where higher values indicates better audio quality |