Voiceprint extraction changelog
1.1.0-rc1 (unreleased)
Added
- [PLAT-463] Time parameters to set the time boundaries in the audio for the extraction
1.0.0 (2023-12-13)
Changed
- [PLAT-314] Refactored protobuf messages
- [PLAT-313] Only mono channel recordings are supported
- [PLAT-203] Disable CPU Memory Arena in ONNXRuntime to avoid extensive memory pre-allocations
Fixed
- [PLAT-194] Empty recordings could cause error during processing
- [PLAT-207] Extractor crashes on older CPU architectures with SIGILL
Added
- [PLAT-520] Correlation ID for task tracking
- [PLAT-44] Implemented chunk processing for improved memory consumption during data processing
- [PLAT-357] Use status builder for error handling
- [PLAT-298] Endpoint for license checking
- [PLAT-249] Integrate license manager in microservice
- [PLAT-190] Use hybrid VAD (composition of NN, energy and spectrum VAD)