FileReader': parameter 1 is not of type 'Blob'.

HI Team,

I am using p5sound js with Ruby On Rails application to record an audio and save in database.

The recording is working fine but i got issue(FileReader': parameter 1 is not of type 'Blob'.) while I tried to convert audio object with "readAsDataURL" to pass with ajax to server.

So can u please guide me how to convert audio object in blob type to pass to server.

Answers

Sign In or Register to comment.