Open Ali-Ak-98 opened 1 year ago
@Ali-Ak-98 - I've tested this before and have always got webm
, unless explicitly transformed into another format.
Could you share which device, iOS version and browser you're using?
Regardless of that, have you tried sending mimeType
as audio/webm
in the mediaRecorderOptions
of the AudioRecorder
component in case you want it to be webm
?
@Ali-Ak-98 - I've tested this before and have always got
webm
, unless explicitly transformed into another format.Could you share which device, iOS version and browser you're using?
I'm using iOS 16.6 and test with both chrome and safari
Regardless of that, have you tried sending
mimeType
asaudio/webm
in themediaRecorderOptions
of theAudioRecorder
component in case you want it to bewebm
?
I tried this but not worked. Also tried to debug and detect the problem, inside the "onRecordingComplete" function I alert the blob.type , and I got 'Audio/mp4' !!!!
The same problem
is there any support for Safari < v17 ? atm this recorder only supports webm and this makes it unusable for safari users which are not on the latest > 17 version. could you please make it downwards compatible or allow to use mp3 as file format?
I resolved this problem with the recorder polyfill: https://github.com/ai/audio-recorder-polyfill
I resolved this problem with the recorder polyfill: https://github.com/ai/audio-recorder-polyfill
any solution for chrome?
In IOS devices, downloaded file format is .mp4 and I could not detect why this happens. Please help me if anyone had similar issue.