-
async coqui.Coqui.estimate_quality(*, audio_file: BinaryIO | None =
None, audio_path: Path | None =None, audio_url: str | None =None) tuple['high' | 'average' | 'poor', SampleQualityRaw] Estimates quality of given audio file, return a quality level of “high”, “average” or “poor”, as well as the raw estimated sample quality numeric value.
You must only specify one of audio_file, audio_path or audio_url.