Skip to content

Changelog

[2.3.1]

Fixed

  • Improve exception and error messages.

[2.3.0]

Added

  • FFMPEG support for audio format conversion.
  • Support for AAC audio format.

[2.2.3]

Added

  • Added operation_result field to Authentication and Enrollment result.
  • Added liveness_score field to Authentication and Enrollment result.
  • Added matching_score field to Enrollment result.
  • Added template_type field to Enrollment result.

Changed

  • Renamed probability field to Authentication result to matching_score.

Fixed

  • Fixed template field in Enrollment result. The template field will be empty if the response is not valid.
  • Fixed template when multiple audios were passed to Enrollment but the minimum number of audios needed to generate a text-independent pattern was not met.

[2.2.2]

Changed

  • Performance improvements.
  • Persistent Engines and Factories.
  • Buffer of 16-bit samples.

[2.2.0]

Added

  • Accepts encrypted and not encrypted audios. Both can even be mixed in the same request when sending multiple audios.
  • New parameters to indicate the SNR and audio duration in the request.

[2.1.0]

Changed

  • Upgrade and improve Quality and Liveness checks.

[2.0.0]

Added

  • Base64 RFC4648 (de)encoding on encrypted data.
  • Add AES (de)encriptation for audios and templates.
  • Add byte buffer (de)serialization for JSON messages.
  • Unit tests for encriptation and serialization.

[1.3.0]

Added

  • New licensing system.