Closed motamed closed 1 month ago
@hkamel
any updates on this ?
The linter error'd out... D:\a_work\1\s\src\common.speech\ServiceRecognizerBase.ts 669:66 error Expected '!==' and instead saw '!='
(Looking at why the pipeline results aren't showing up)
The linter error'd out... D:\a_work\1\s\src\common.speech\ServiceRecognizerBase.ts 669:66 error Expected '!==' and instead saw '!='
(Looking at why the pipeline results aren't showing up)
I updated the code accordingly
/azp run
/azp run
Pipeline is failing because of ADO config. Manual build 149400 passed
Quick question how does the release cycle work? and when is the next release?
We generally release every couple months. The current release (1.41) should go live in the next day.
This pull request addresses a potential division by zero error in the calculation of audioOffsetMs within the ServiceRecognizerBase.ts file. The fix ensures that if this.privAverageBytesPerMs is zero, audioOffsetMs is set to zero instead of attempting to perform the division.
UAT Tracker ID : 304110
Changes Made:
Code Changes:
Tested Scenario: