Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.5.0
-
None
-
None
-
ios and android
-
Patch
Description
I tried to get a data url from mediafile which is from audiocapture, using filereader.readAsDataURL(). But what I got was data:audio/wav;base64. I fiexed it by adding 'start' and 'end' positions into mediafile. It works. So I hope that you guys can make readAsDataURL works well even the file obj has no start and end properties.