Version: 2026.07.0 On this page
Gender Identification Changelog
[PLAT-1551] Updated ONNX Runtime to 1.24.4 using CUDA 13 in GPU docker image
[VOX-3310] Support for LM-X floating and node-locked license files (hidden behind a feature flag)
[PLAT-1538] technology_name field to phonexia.grpc.common.Status/GetStatus gRPC method response
[PLAT-1544] Docker healthcheck using grpc-health-probe for container orchestration
[PLAT-1539] Improved audio resampling for faster processing and more reliable audio pre-processing. This change may slightly affect results.
Various internal changes and fixes (scores can change slightly)
[PLAT-1554] Microservice failing on certain audios
[PLAT-1538] Removed unused secure option from phonexia.grpc.common.Status/GetStatus gRPC method
[PLAT-1506] Fixed a rare issue where audio resampling could fail when processing large files, particularly when converting between certain sample rates (e.g., 11025 Hz to 8000 Hz).
[PLAT-1509] Fixed GPU processing failure on NVIDIA Blackwell architecture GPUs (e.g., RTX 1000 series) caused by a bug in ONNX Runtime.
Fixed license validation error handling for legacy (v1) license files with missing required fields. Previously, this could cause undefined behavior.
[PLAT-1425] Improve compatibility with future models - WARNING microservice requires at least model v5.3.0
[PLAT-1471] Refactoring of the internal audio handling to reduce memory usage. Audio format support is now limited to WAV and FLAC .
[VOX-2666] Inconsistent logging
[PLAT-1277] Possible memory leak on cuda device
[PLAT-1056] Support for new licenses tied only to model major version. Old licenses tied to precise model version are still supported.
[PLAT-1070] Default port 8080 exposed in Dockerfile
[VOX-1293] phonexia.grpc.common.Status service
[VOX-1293] Field license_flags to LicensingInfoResult in phonexia.grpc.common.Licensing
[PLAT-1074] GPU docker image that accelerates the processing of audio by the GPU
[PLAT-1073] Support for processing audio files
Added arguments --device, --num_threads_per_instance, --num_instances_per_device and --device_index
Added to the API: IdentifyRequest.audio, IdentifyRequest.config,
IdentifyResponse.processed_audio_length, IdentifyResult.speech_length
[PLAT-1070] Default port 8080 exposed in Dockerfile
IdentifyResult.score_male and IdentifyResult.score_female are optional
(they are not set for empty/short audio or voiceprint created from empty/short audio)
[PLAT-749] Probability to the identification result
[PLAT-888] Added PHX_KEEPALIVE_TIME_S and PHX_KEEPALIVE_TIMEOUT_S options for connection timeout specification
[PLAT-669] Add support for custom log tags in metadata and logs.
[PLAT-774] Optimized docker images.
Gender Identification microservice