0

I am using ionic 3 framework and i want to convert an audio of type mediaObject to base 64 and then send it to the server. I want to use this plugin:

https://github.com/jimmylagp/Base64-Encode-Decode-Audio

I need help to integrate this plugin in my project. I tried npm install and then tried to put the files in my project but got none works for me.

Abbass Wehbe
  • 1
  • 1
  • 4

1 Answers1

0

You can refer to my post on Ionic 3 get base64 audio string from recorded file

By using the readAsDataURL function, it is able to convert the audio file to base64 format

after aver
  • 71
  • 1
  • 2