Joll59 / d-ser-t

d-ser-t quantifies speech recognition accuracy of the MSFT speech service and/or user created MSFT custom speech service models.
2 stars 2 forks source link

Blank response when streaming files through but when singular file is sent transcription is received #83

Open Joll59 opened 4 years ago

Joll59 commented 4 years ago

Describe the bug When utilizing the multiple file transcription method in the service, you sometime receive empty response string, but if the same file is sent through without using the multiple file transcription methods you get a string response back.

To Reproduce Steps to reproduce the behavior:

  1. Start with a collection of audio files
  2. Utilize the multiple file transcription methods/classes to transcribe the audio files
  3. Error shows up in the form of empty response strings from the service.

Expected behavior Files are transcribed equally whether via streaming or singular file transcription.

Desktop (please complete the following information):

Additional context Possibility exists this is a service issue.

zanawar commented 4 years ago

May be fixed by #86