You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Hello
I am experiencing weird issue on iOS Safari. Audio seems to be recorded - time of audio is also compatible to its recording length but still with no sound. Manipulating native controls does not take any effect. I have made an attempt by switching package version into "audio-recorder-polyfill": "ai/audio-recorder-polyfill" as suggested in topic: #24 but no luck with this as well. Here is short summary of what I am trying to achieve. So basically simple click on button is triggering MediaRecorder. It is happening in parallel with Azure's Speech Recognizer SDK:
Hello
I am experiencing weird issue on iOS Safari. Audio seems to be recorded - time of audio is also compatible to its recording length but still with no sound. Manipulating native controls does not take any effect. I have made an attempt by switching package version into
"audio-recorder-polyfill": "ai/audio-recorder-polyfill"
as suggested in topic: #24 but no luck with this as well. Here is short summary of what I am trying to achieve. So basically simple click on button is triggering MediaRecorder. It is happening in parallel with Azure's Speech Recognizer SDK:Internal call of
setupRecorder(callback)
is defined as below:Second click on button triggers stop for Speech Recognizer and MediaRecorder stop event
So callback from "stop" MediaRecorder event handler is invoked with stream data which later is parsed into Blob.
For an iOS Safari I am using default
wav
format as pointed in docs.Any tips what could be wrong?
The text was updated successfully, but these errors were encountered: