> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/backend-sdk/voice/release_notes/2.6.0_release_notes.md).

# 2.6.0

In this version of facephi-voice-service, the quality process has been extended with new checks to ensure audio quality. The new parameters are `minimum_speech_relative_length` and `maximum_multiple_speakers_detector_score`. The response now includes the values detected in the quality checks.

## Added

* New Quality Check parameters:
  * `minimum_speech_relative_length`: minimum required speech length relative to the total audio duration.
  * `maximum_multiple_speakers_detector_score`: maximum number of simultaneous speakers.
* New response fields with the values detected by the Quality Check:
  * `snr_db_detected`: detected signal-to-noise ratio (Signal-to-Noise Ratio).
  * `speech_length_ms_detected`: detected speech length.
  * `speech_relative_length_detected`: detected relative speech length.
  * `multiple_speakers_score_detected`: detected multiple-speaker score.
