[2.6.0] - Release Notes
In this version of facephi-voice-service, it was extended the quality process with new checks to ensure the quality of the audio. The new parameters are minimum_speech_relative_length and maximum_multiple_speakers_detector_score. The response now includes the detected values for the quality checks.
Added
- New Quality Check parameters:
minimum_speech_relative_length: Minimum required length of the speech in relation to the total audio length.maximum_multiple_speakers_detector_score: Maximum numbers of speakers at the same time.
- New response fields with the Quality Check detected values:
snr_db_detected: Signal-to-Noise Ratio detected.speech_length_ms_detected: Speech length detected.speech_relative_length_detected: Speech relative length detected.multiple_speakers_score_detected: Multiple speakers score detected.