Exceptions
- exception audio_samples_qoe.VisqolError
Bases:
ExceptionRaised when the ViSQOL computation itself fails.
This covers errors inside the metric pipeline — e.g. signals that are too short to extract a single analysis patch, resampling failures, or alignment failures. Invalid arguments raise
ValueErrororTypeErrorinstead, and unreadable files raiseOSError.
- exception audio_samples_qoe.ScoreqError
Bases:
ExceptionRaised when the SCOREQ computation itself fails.
This covers errors inside the metric pipeline — e.g. model-weight download failures or calling
predict/predict_refon a model loaded for the other mode. Invalid arguments raiseValueErrororTypeErrorinstead, and unreadable files raiseOSError.