Why SfSpeechRecognizer is not returning Transcription properly for less than 1 minute of Audio if we are Sending Audio Data to Server. we know 1 minute of limitation is there for server . That's why i m adding some Silence to Audio File for making it exact 1 minute. it is returning Transcription (Some Segment) but not properly. it is skipping some Substring from the middle part. if i m Keeping Same Audio File(after Adding Silence) on OnDeviceSpeechRecognition ,it is working properly. so, what can i do in this situation if we want transcription from server.
Does anybody knows here anything about this? Thanks.